Uses of Interface
org.opengis.feature.type.AttributeType
Packages that use AttributeType
Package
Description
Information about the frequency and scope of data updates.
-
Uses of AttributeType in org.apache.sis.metadata.iso.maintenance
Classes in org.apache.sis.metadata.iso.maintenance that implement AttributeTypeModifier and TypeClassDescriptionfinal classDeprecated.To be removed after migration to GeoAPI 4.0.Methods in org.apache.sis.metadata.iso.maintenance that return types with arguments of type AttributeTypeModifier and TypeMethodDescriptionDefaultScopeDescription.getAttributeInstances()Returns the attribute instances to which the information applies.DefaultScopeDescription.getAttributes()Returns the attribute types to which the information applies.Method parameters in org.apache.sis.metadata.iso.maintenance with type arguments of type AttributeTypeModifier and TypeMethodDescriptionvoidDefaultScopeDescription.setAttributeInstances(Set<? extends AttributeType> newValues) Sets the attribute instances to which the information applies.voidDefaultScopeDescription.setAttributes(Set<? extends AttributeType> newValues) Sets the attribute types to which the information applies. -
Uses of AttributeType in org.opengis.metadata.maintenance
Methods in org.opengis.metadata.maintenance that return types with arguments of type AttributeTypeModifier and TypeMethodDescriptionSet<? extends AttributeType> ScopeDescription.getAttributeInstances()Attribute instances to which the information applies.Set<? extends AttributeType> ScopeDescription.getAttributes()Attributes to which the information applies.