Uses of Class
org.geotools.geometry.jts.GeometryCoordinateSequenceTransformer
-
Packages that use GeometryCoordinateSequenceTransformer Package Description org.geotools.data.crs org.geotools.data.mongodb.complex org.geotools.data.store -
-
Uses of GeometryCoordinateSequenceTransformer in org.geotools.data.crs
Methods in org.geotools.data.crs that return GeometryCoordinateSequenceTransformer Modifier and Type Method Description protected GeometryCoordinateSequenceTransformer
ReprojectFeatureReader. getTransformer(Name attributeName)
-
Uses of GeometryCoordinateSequenceTransformer in org.geotools.data.mongodb.complex
Method parameters in org.geotools.data.mongodb.complex with type arguments of type GeometryCoordinateSequenceTransformer Modifier and Type Method Description static Object
MongoComplexUtilities. getValue(DBObject mongoObject, String jsonPath, Supplier<GeometryCoordinateSequenceTransformer> transformer)
Will extract from the mongo db object the value that correspond to the given json path.static Object
MongoComplexUtilities. getValue(DBObject mongoObject, Map<String,Integer> collectionsIndexes, String jsonPath, Supplier<GeometryCoordinateSequenceTransformer> transformer)
Will extract from the mongo db object the value that correspond to the given json path.static Object
MongoComplexUtilities. getValues(DBObject dbObject, String jsonPath, Supplier<GeometryCoordinateSequenceTransformer> transformer)
Will extract from the mongo db object all the values that correspond to the given json path. -
Uses of GeometryCoordinateSequenceTransformer in org.geotools.data.store
Methods in org.geotools.data.store with parameters of type GeometryCoordinateSequenceTransformer Modifier and Type Method Description void
ReprojectingFeatureCollection. setTransformer(GeometryCoordinateSequenceTransformer transformer)
Constructors in org.geotools.data.store with parameters of type GeometryCoordinateSequenceTransformer Constructor Description ReprojectingFeatureIterator(SimpleFeatureIterator delegate, CoordinateReferenceSystem source, CoordinateReferenceSystem target, SimpleFeatureType schema, GeometryCoordinateSequenceTransformer transformer)
ReprojectingFeatureIterator(SimpleFeatureIterator delegate, MathTransform transform, SimpleFeatureType schema, GeometryCoordinateSequenceTransformer transformer)
ReprojectingIterator(Iterator<SimpleFeature> delegate, CoordinateReferenceSystem source, CoordinateReferenceSystem target, SimpleFeatureType schema, GeometryCoordinateSequenceTransformer transformer)
ReprojectingIterator(Iterator<SimpleFeature> delegate, MathTransform transform, SimpleFeatureType schema, GeometryCoordinateSequenceTransformer transformer)
-