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 TypeClassDescriptionclass
Abstraction of a real-world phenomena.(package private) final class
A feature type identified only by its name.Fields in org.apache.sis.feature declared as FeatureTypeModifier and TypeFieldDescription(package private) FeatureType
NamedFeatureType.resolved
The feature type to use instead of theNamedFeatureType
.private FeatureType
DefaultAssociationRole.valueType
The type of feature instances to be associated.Methods in org.apache.sis.feature with parameters of type FeatureTypeModifier and TypeMethodDescriptionprivate static String
AbstractFeature.illegalFeatureType
(DefaultAssociationRole association, FeatureType expected, FeatureType actual) Returns the exception message for an association value of wrong type.(package private) static String
AbstractFeature.propertyNotFound
(FeatureType type, Object feature, String property) Returns the exception message for a property not found.(package private) void
Validator.validate
(FeatureType type, AbstractFeature feature) Implementation ofAbstractFeature.quality()
, also shared byFeatures
static method.Method parameters in org.apache.sis.feature with type arguments of type FeatureTypeModifier and TypeMethodDescriptionprivate boolean
DefaultFeatureType.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 boolean
DefaultFeatureType.resolve
(DefaultFeatureType feature, Map<FeatureType, Boolean> previous) If an associated feature type is a placeholder for aFeatureType
to be defined later, replaces the placeholder by the actual instance if available.