Uses of Class
org.apache.sis.feature.DefaultFeatureType
Packages that use DefaultFeatureType
Package
Description
Defines the structure and content of views of real-world phenomenon.
Helper classes for creating
FeatureType instances.Filters features according their properties.
A set of helper classes for the SIS implementation.
Build
DefaultFeatureTypes by inspection of database schemas.Utility classes for the implementation of SIS storage classes.
Reads and writes data in GPS Exchange Format (GPX).
Data store base types for retrieving and saving geospatial data
in various storage formats.
Resources which are aggregations or concatenations of other resources.
-
Uses of DefaultFeatureType in org.apache.sis.feature
Methods in org.apache.sis.feature that return DefaultFeatureTypeModifier and TypeMethodDescriptionstatic DefaultFeatureTypeFeatures.findCommonParent(Iterable<? extends DefaultFeatureType> types) Finds a feature type common to all given types, or returnsnullif none is found.AbstractFeature.getType()Returns information about the feature (name, characteristics, etc.).final DefaultFeatureTypeDefaultAssociationRole.getValueType()Returns the type of feature values.Methods in org.apache.sis.feature that return types with arguments of type DefaultFeatureTypeModifier and TypeMethodDescriptionfinal Set<DefaultFeatureType> DefaultFeatureType.getSuperTypes()Returns the direct parents of this feature type.Methods in org.apache.sis.feature with parameters of type DefaultFeatureTypeModifier and TypeMethodDescriptionbooleanDefaultFeatureType.isAssignableFrom(DefaultFeatureType type) Returnstrueif this type is same or a super-type of the given type.Method parameters in org.apache.sis.feature with type arguments of type DefaultFeatureTypeModifier and TypeMethodDescriptionstatic DefaultFeatureTypeFeatures.findCommonParent(Iterable<? extends DefaultFeatureType> types) Finds a feature type common to all given types, or returnsnullif none is found.Constructors in org.apache.sis.feature with parameters of type DefaultFeatureTypeModifierConstructorDescriptionprotectedCreates a new feature of the given type.DefaultAssociationRole(Map<String, ?> identification, DefaultFeatureType valueType, int minimumOccurs, int maximumOccurs) Constructs an association to the given feature type.DefaultFeatureType(Map<String, ?> identification, boolean isAbstract, DefaultFeatureType[] superTypes, AbstractIdentifiedType... properties) Constructs a feature type from the given properties. -
Uses of DefaultFeatureType in org.apache.sis.feature.builder
Methods in org.apache.sis.feature.builder that return DefaultFeatureTypeModifier and TypeMethodDescriptionFeatureTypeBuilder.build()Builds the feature type from the information and properties specified to this builder.FeatureTypeBuilder.getSuperTypes()Returns the direct parents of the feature type to create.Methods in org.apache.sis.feature.builder with parameters of type DefaultFeatureTypeModifier and TypeMethodDescriptionFeatureTypeBuilder.addAssociation(DefaultFeatureType type) Creates a newFeatureAssociationRolebuilder for features of the given type.FeatureTypeBuilder.setAll(DefaultFeatureType template) Sets all properties of this builder to the values of the given feature type.FeatureTypeBuilder.setSuperTypes(DefaultFeatureType... parents) Sets the parent types (or super-type) from which to inherit properties.Constructors in org.apache.sis.feature.builder with parameters of type DefaultFeatureTypeModifierConstructorDescriptionFeatureTypeBuilder(DefaultFeatureType template) Creates a new builder instance using the given feature type as a template. -
Uses of DefaultFeatureType in org.apache.sis.filter
Methods in org.apache.sis.filter that return DefaultFeatureTypeModifier and TypeMethodDescriptionOptimization.getFeatureType()Returns the type of feature instances to be filtered, ornullif unknown.Methods in org.apache.sis.filter with parameters of type DefaultFeatureTypeModifier and TypeMethodDescriptionvoidOptimization.setFeatureType(DefaultFeatureType type) Sets the type of feature instances to be filtered. -
Uses of DefaultFeatureType in org.apache.sis.internal.feature
Methods in org.apache.sis.internal.feature with parameters of type DefaultFeatureTypeModifier and TypeMethodDescriptionFeatureExpression.expectedType(DefaultFeatureType valueType, FeatureTypeBuilder addTo) Provides the expected type of values produced by this expression when a feature of the given type is evaluated.static org.opengis.referencing.crs.CoordinateReferenceSystemAttributeConvention.getCRSCharacteristic(DefaultFeatureType feature, AbstractIdentifiedType attribute) Returns the Coordinate Reference Systems characteristic for the given property type, ornullif none.static IntegerAttributeConvention.getMaximalLengthCharacteristic(DefaultFeatureType feature, AbstractIdentifiedType attribute) Returns the maximal length characteristic for the given property type, ornullif none.static booleanAttributeConvention.hasIdentifier(DefaultFeatureType feature) Returnstrueif the given feature type is non-null and has a "sis:identifier" property. -
Uses of DefaultFeatureType in org.apache.sis.internal.sql.feature
Methods in org.apache.sis.internal.sql.feature that return DefaultFeatureTypeModifier and TypeMethodDescriptiondefault DefaultFeatureTypeSchemaModifier.editFeatureType(TableReference table, FeatureTypeBuilder feature) Invoked after analysis of a table for allowing modifications of the inferred feature type. -
Uses of DefaultFeatureType in org.apache.sis.internal.storage
Fields in org.apache.sis.internal.storage with type parameters of type DefaultFeatureTypeModifier and TypeFieldDescriptionfinal FeatureNaming<DefaultFeatureType> FeatureCatalogBuilder.featuresThe feature types created by theFeatureCatalogBuilder.Methods in org.apache.sis.internal.storage that return DefaultFeatureTypeModifier and TypeMethodDescriptionMemoryFeatureSet.getType()Returns the type common to all feature instances in this set.Methods in org.apache.sis.internal.storage with parameters of type DefaultFeatureTypeModifier and TypeMethodDescriptionfinal org.opengis.util.GenericNameMetadataBuilder.addFeatureType(DefaultFeatureType type, long occurrences) Adds descriptions for the given feature.final voidFeatureCatalogBuilder.define(DefaultFeatureType type) Adds descriptions for the given feature in both theDefaultMetadataandFeatureNaminginstances.Constructors in org.apache.sis.internal.storage with parameters of type DefaultFeatureTypeModifierConstructorDescriptionMemoryFeatureSet(StoreListeners parent, DefaultFeatureType type, Collection<AbstractFeature> features) Creates a new set of features stored in memory. -
Uses of DefaultFeatureType in org.apache.sis.internal.storage.gpx
Methods in org.apache.sis.internal.storage.gpx that return DefaultFeatureTypeModifier and TypeMethodDescriptionStore.getFeatureType(String name) Deprecated.We are not sure yet if we will keep this method.Store.getType()Returns the base type of all GPX types.Methods in org.apache.sis.internal.storage.gpx with parameters of type DefaultFeatureTypeModifier and TypeMethodDescriptionvoidWritableStore.updateType(DefaultFeatureType newType) Verifies the type of feature instances in this feature set. -
Uses of DefaultFeatureType in org.apache.sis.storage
Methods in org.apache.sis.storage that return DefaultFeatureTypeModifier and TypeMethodDescriptionFeatureSet.getType()Returns a description of properties that are common to all features in this dataset.Methods in org.apache.sis.storage with parameters of type DefaultFeatureTypeModifier and TypeMethodDescriptionvoidWritableFeatureSet.updateType(DefaultFeatureType newType) Declares or redefines the type of all feature instances in this feature set. -
Uses of DefaultFeatureType in org.apache.sis.storage.aggregate
Methods in org.apache.sis.storage.aggregate that return DefaultFeatureType