Uses of Interface
org.geotools.api.feature.GeometryAttribute
-
Packages that use GeometryAttribute Package Description org.geotools.api.feature Representation a features on a map.org.geotools.appschema.feature org.geotools.data.gen org.geotools.data.mongodb org.geotools.feature org.geotools.feature.simple org.geotools.jdbc -
-
Uses of GeometryAttribute in org.geotools.api.feature
Methods in org.geotools.api.feature that return GeometryAttribute Modifier and Type Method Description GeometryAttributeFeatureFactory. createGeometryAttribute(Object geometry, GeometryDescriptor descriptor, String id, CoordinateReferenceSystem crs)Creates a geometry attribute.GeometryAttributeFeature. getDefaultGeometryProperty()The default geometric attribute of the feature.Methods in org.geotools.api.feature with parameters of type GeometryAttribute Modifier and Type Method Description voidFeature. 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 GeometryAttribute Modifier and Type Method Description GeometryAttributeAppSchemaFeatureFactoryImpl. 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 GeometryAttribute Modifier and Type Method Description GeometryAttributePreGeneralizedSimpleFeature. getDefaultGeometryProperty()Methods in org.geotools.data.gen with parameters of type GeometryAttribute Modifier and Type Method Description voidPreGeneralizedSimpleFeature. setDefaultGeometryProperty(GeometryAttribute arg0) -
Uses of GeometryAttribute in org.geotools.data.mongodb
Methods in org.geotools.data.mongodb that return GeometryAttribute Modifier and Type Method Description GeometryAttributeMongoDBObjectFeature. getDefaultGeometryProperty()Methods in org.geotools.data.mongodb with parameters of type GeometryAttribute Modifier and Type Method Description voidMongoDBObjectFeature. setDefaultGeometryProperty(GeometryAttribute geometryAttribute) -
Uses of GeometryAttribute in org.geotools.feature
Classes in org.geotools.feature that implement GeometryAttribute Modifier and Type Class Description classGeometryAttributeImplTODO: rename to GeometricAttribute Provides ...TODO summary sentenceMethods in org.geotools.feature that return GeometryAttribute Modifier and Type Method Description GeometryAttributeAbstractFeatureFactoryImpl. createGeometryAttribute(Object value, GeometryDescriptor descriptor, String id, CoordinateReferenceSystem crs)GeometryAttributeDecoratingFeature. getDefaultGeometryProperty()GeometryAttributeFeatureImpl. getDefaultGeometryProperty()Methods in org.geotools.feature with parameters of type GeometryAttribute Modifier and Type Method Description voidDecoratingFeature. setDefaultGeometryProperty(GeometryAttribute arg0)voidFeatureImpl. setDefaultGeometryProperty(GeometryAttribute defaultGeometry) -
Uses of GeometryAttribute in org.geotools.feature.simple
Methods in org.geotools.feature.simple that return GeometryAttribute Modifier and Type Method Description GeometryAttributeSimpleFeatureImpl. getDefaultGeometryProperty()Methods in org.geotools.feature.simple with parameters of type GeometryAttribute Modifier and Type Method Description voidSimpleFeatureImpl. setDefaultGeometryProperty(GeometryAttribute geometryAttribute) -
Uses of GeometryAttribute in org.geotools.jdbc
Methods in org.geotools.jdbc that return GeometryAttribute Modifier and Type Method Description GeometryAttributeJDBCFeatureReader.ResultSetFeature. getDefaultGeometryProperty()Methods in org.geotools.jdbc with parameters of type GeometryAttribute Modifier and Type Method Description voidJDBCFeatureReader.ResultSetFeature. setDefaultGeometryProperty(GeometryAttribute defaultGeometry)
-