| Package | Description | 
|---|---|
| org.geotools.data.crs | Provides support for the OGC Catalog Specification. | 
| org.geotools.data.store | |
| org.geotools.geometry.jts | |
| org.geotools.referencing.operation | Coordinate operation implementation. | 
| org.opengis.referencing.operation | Coordinate operations
 (relationship between any two coordinate reference systems). | 
| Constructor and Description | 
|---|
| ReprojectFeatureReader(FeatureReader<SimpleFeatureType,SimpleFeature> reader,
                      CoordinateReferenceSystem cs)Constructor that will generate schema and mathTransform for the results. | 
| ReprojectFeatureResults(FeatureCollection<SimpleFeatureType,SimpleFeature> results,
                       CoordinateReferenceSystem destinationCS)Creates a new reprojecting feature results | 
| 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| static ReferencedEnvelope | JTS. transformTo2D(ReferencedEnvelope sourceEnvelope,
             CoordinateReferenceSystem targetCRS,
             boolean lenient,
             int npoints)Transform from 3D down to 2D. | 
| static ReferencedEnvelope3D | JTS. transformTo3D(ReferencedEnvelope sourceEnvelope,
             CoordinateReferenceSystem targetCRS,
             boolean lenient,
             int npoints)Transform from D up to 3D. | 
| Modifier and Type | Method and Description | 
|---|---|
| CoordinateOperation | DefaultCoordinateOperationFactory. createOperation(CoordinateReferenceSystem sourceCRS,
               CoordinateReferenceSystem targetCRS)Returns an operation for conversion or transformation between two coordinate reference
 systems. | 
| CoordinateOperation | BufferedCoordinateOperationFactory. createOperation(CoordinateReferenceSystem sourceCRS,
               CoordinateReferenceSystem targetCRS)Returns an operation for conversion or transformation between two coordinate reference
 systems. | 
| CoordinateOperation | DefaultCoordinateOperationFactory. createOperation(CoordinateReferenceSystem sourceCRS,
               CoordinateReferenceSystem targetCRS,
               OperationMethod method)Deprecated. 
 Current implementation ignore the  methodargument. | 
| CoordinateOperation | BufferedCoordinateOperationFactory. createOperation(CoordinateReferenceSystem sourceCRS,
               CoordinateReferenceSystem targetCRS,
               OperationMethod method)Deprecated. 
 Will be removed. | 
| protected Matrix | AbstractCoordinateOperationFactory. swapAndScaleAxis(CoordinateSystem sourceCS,
                CoordinateSystem targetCS)Returns an affine transform between two coordinate systems. | 
| Modifier and Type | Method and Description | 
|---|---|
| CoordinateOperation | CoordinateOperationFactory. createOperation(CoordinateReferenceSystem sourceCRS,
               CoordinateReferenceSystem targetCRS)Returns an operation for conversion or transformation between two coordinate reference
 systems. | 
| CoordinateOperation | CoordinateOperationFactory. createOperation(CoordinateReferenceSystem sourceCRS,
               CoordinateReferenceSystem targetCRS,
               OperationMethod method)Returns an operation using a particular method for conversion or transformation between two
 coordinate reference systems. | 
Copyright © 1996–2019 Geotools. All rights reserved.