Uses of Class
org.geotools.geometry.jts.GeometryCoordinateSequenceTransformer
Packages that use GeometryCoordinateSequenceTransformer
-
Uses of GeometryCoordinateSequenceTransformer in org.geotools.data.crs
Methods in org.geotools.data.crs that return GeometryCoordinateSequenceTransformerModifier and TypeMethodDescriptionprotected 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 GeometryCoordinateSequenceTransformerModifier and TypeMethodDescriptionstatic 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 GeometryCoordinateSequenceTransformerModifier and TypeMethodDescriptionvoid
ReprojectingFeatureCollection.setTransformer
(GeometryCoordinateSequenceTransformer transformer) Constructors in org.geotools.data.store with parameters of type GeometryCoordinateSequenceTransformerModifierConstructorDescriptionReprojectingFeatureIterator
(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)