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 GeometryCoordinateSequenceTransformerReprojectFeatureReader. 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 ObjectMongoComplexUtilities. 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 ObjectMongoComplexUtilities. 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 ObjectMongoComplexUtilities. 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 voidReprojectingFeatureCollection. 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)
-