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 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 GeometryCoordinateSequenceTransformerModifier and TypeMethodDescriptionstatic 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 GeometryCoordinateSequenceTransformerModifier and TypeMethodDescriptionvoidReprojectingFeatureCollection.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)