Uses of Interface
org.geotools.api.feature.GeometryAttribute
Packages that use GeometryAttribute
-
Uses of GeometryAttribute in org.geotools.api.feature
Methods in org.geotools.api.feature that return GeometryAttributeModifier and TypeMethodDescriptionFeatureFactory.createGeometryAttribute
(Object geometry, GeometryDescriptor descriptor, String id, CoordinateReferenceSystem crs) Creates a geometry attribute.Feature.getDefaultGeometryProperty()
The default geometric attribute of the feature.Methods in org.geotools.api.feature with parameters of type GeometryAttributeModifier and TypeMethodDescriptionvoid
Feature.setDefaultGeometryProperty
(GeometryAttribute geometryAttribute) Sets the default geometric attribute of the feature. -
Uses of GeometryAttribute in org.geotools.appschema.feature
Methods in org.geotools.appschema.feature that return GeometryAttributeModifier and TypeMethodDescriptionAppSchemaFeatureFactoryImpl.createGeometryAttribute
(Object value, GeometryDescriptor descriptor, String id, CoordinateReferenceSystem crs) Create a new geometry attribute, even for null id. -
Uses of GeometryAttribute in org.geotools.data.gen
Methods in org.geotools.data.gen that return GeometryAttributeMethods in org.geotools.data.gen with parameters of type GeometryAttributeModifier and TypeMethodDescriptionvoid
PreGeneralizedSimpleFeature.setDefaultGeometryProperty
(GeometryAttribute arg0) -
Uses of GeometryAttribute in org.geotools.data.mongodb
Methods in org.geotools.data.mongodb that return GeometryAttributeMethods in org.geotools.data.mongodb with parameters of type GeometryAttributeModifier and TypeMethodDescriptionvoid
MongoDBObjectFeature.setDefaultGeometryProperty
(GeometryAttribute geometryAttribute) -
Uses of GeometryAttribute in org.geotools.feature
Classes in org.geotools.feature that implement GeometryAttributeModifier and TypeClassDescriptionclass
TODO: rename to GeometricAttribute Provides ...TODO summary sentenceMethods in org.geotools.feature that return GeometryAttributeModifier and TypeMethodDescriptionAbstractFeatureFactoryImpl.createGeometryAttribute
(Object value, GeometryDescriptor descriptor, String id, CoordinateReferenceSystem crs) DecoratingFeature.getDefaultGeometryProperty()
FeatureImpl.getDefaultGeometryProperty()
Methods in org.geotools.feature with parameters of type GeometryAttributeModifier and TypeMethodDescriptionvoid
DecoratingFeature.setDefaultGeometryProperty
(GeometryAttribute arg0) void
FeatureImpl.setDefaultGeometryProperty
(GeometryAttribute defaultGeometry) -
Uses of GeometryAttribute in org.geotools.feature.simple
Methods in org.geotools.feature.simple that return GeometryAttributeMethods in org.geotools.feature.simple with parameters of type GeometryAttributeModifier and TypeMethodDescriptionvoid
SimpleFeatureImpl.setDefaultGeometryProperty
(GeometryAttribute geometryAttribute) -
Uses of GeometryAttribute in org.geotools.jdbc
Methods in org.geotools.jdbc that return GeometryAttributeModifier and TypeMethodDescriptionJDBCFeatureReader.ResultSetFeature.getDefaultGeometryProperty()
Methods in org.geotools.jdbc with parameters of type GeometryAttributeModifier and TypeMethodDescriptionvoid
JDBCFeatureReader.ResultSetFeature.setDefaultGeometryProperty
(GeometryAttribute defaultGeometry)