Package | Description |
---|---|
org.geotools.data.crs |
Provides support for the OGC Catalog Specification.
|
org.geotools.data.mongodb.complex | |
org.geotools.data.store |
Modifier and Type | Method and Description |
---|---|
protected GeometryCoordinateSequenceTransformer |
ReprojectFeatureReader.getTransformer(Name attributeName) |
Modifier and Type | Method and Description |
---|---|
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.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.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.
|
Modifier and Type | Method and Description |
---|---|
void |
ReprojectingFeatureCollection.setTransformer(GeometryCoordinateSequenceTransformer transformer) |
Constructor and 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) |
Copyright © 1996–2022 Geotools. All rights reserved.