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 GeometryAttribute
FeatureFactory. createGeometryAttribute(Object geometry, GeometryDescriptor descriptor, String id, CoordinateReferenceSystem crs)
Creates a geometry attribute.GeometryAttribute
Feature. getDefaultGeometryProperty()
The default geometric attribute of the feature.Methods in org.geotools.api.feature with parameters of type GeometryAttribute Modifier and Type Method Description void
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 GeometryAttribute Modifier and Type Method Description GeometryAttribute
AppSchemaFeatureFactoryImpl. 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 GeometryAttribute
PreGeneralizedSimpleFeature. getDefaultGeometryProperty()
Methods in org.geotools.data.gen with parameters of type GeometryAttribute Modifier and Type Method Description void
PreGeneralizedSimpleFeature. 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 GeometryAttribute
MongoDBObjectFeature. getDefaultGeometryProperty()
Methods in org.geotools.data.mongodb with parameters of type GeometryAttribute Modifier and Type Method Description void
MongoDBObjectFeature. setDefaultGeometryProperty(GeometryAttribute geometryAttribute)
-
Uses of GeometryAttribute in org.geotools.feature
Classes in org.geotools.feature that implement GeometryAttribute Modifier and Type Class Description class
GeometryAttributeImpl
TODO: rename to GeometricAttribute Provides ...TODO summary sentenceMethods in org.geotools.feature that return GeometryAttribute Modifier and Type Method Description GeometryAttribute
AbstractFeatureFactoryImpl. createGeometryAttribute(Object value, GeometryDescriptor descriptor, String id, CoordinateReferenceSystem crs)
GeometryAttribute
DecoratingFeature. getDefaultGeometryProperty()
GeometryAttribute
FeatureImpl. getDefaultGeometryProperty()
Methods in org.geotools.feature with parameters of type GeometryAttribute Modifier and Type Method Description void
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 GeometryAttribute Modifier and Type Method Description GeometryAttribute
SimpleFeatureImpl. getDefaultGeometryProperty()
Methods in org.geotools.feature.simple with parameters of type GeometryAttribute Modifier and Type Method Description void
SimpleFeatureImpl. setDefaultGeometryProperty(GeometryAttribute geometryAttribute)
-
Uses of GeometryAttribute in org.geotools.jdbc
Methods in org.geotools.jdbc that return GeometryAttribute Modifier and Type Method Description GeometryAttribute
JDBCFeatureReader.ResultSetFeature. getDefaultGeometryProperty()
Methods in org.geotools.jdbc with parameters of type GeometryAttribute Modifier and Type Method Description void
JDBCFeatureReader.ResultSetFeature. setDefaultGeometryProperty(GeometryAttribute defaultGeometry)
-