Uses of Interface
org.apache.sis.feature.FeatureType
Packages that use FeatureType
Package
Description
Defines the structure and content of views of real-world phenomenon.
-
Uses of FeatureType in org.apache.sis.feature
Classes in org.apache.sis.feature that implement FeatureTypeModifier and TypeClassDescriptionclassAbstraction of a real-world phenomena.(package private) final classA feature type identified only by its name.Fields in org.apache.sis.feature declared as FeatureTypeModifier and TypeFieldDescription(package private) FeatureTypeNamedFeatureType.resolvedThe feature type to use instead of theNamedFeatureType.private FeatureTypeDefaultAssociationRole.valueTypeThe type of feature instances to be associated.Methods in org.apache.sis.feature with parameters of type FeatureTypeModifier and TypeMethodDescriptionprivate static StringAbstractFeature.illegalFeatureType(DefaultAssociationRole association, FeatureType expected, FeatureType actual) Returns the exception message for an association value of wrong type.(package private) static StringAbstractFeature.propertyNotFound(FeatureType type, Object feature, String property) Returns the exception message for a property not found.(package private) voidValidator.validate(FeatureType type, AbstractFeature feature) Implementation ofAbstractFeature.quality(), also shared byFeaturesstatic method.Method parameters in org.apache.sis.feature with type arguments of type FeatureTypeModifier and TypeMethodDescriptionprivate booleanDefaultFeatureType.resolve(DefaultFeatureType feature, Collection<? extends AbstractIdentifiedType> toUpdate, Map<FeatureType, Boolean> previous, boolean resolved) Implementation ofresolve(FeatureType, Map), also to be invoked from the constructor.private booleanDefaultFeatureType.resolve(DefaultFeatureType feature, Map<FeatureType, Boolean> previous) If an associated feature type is a placeholder for aFeatureTypeto be defined later, replaces the placeholder by the actual instance if available.