Package | Description |
---|---|
org.geotools.referencing.crs |
Coordinate reference systems implementation.
|
org.geotools.referencing.epsg.wkt | |
org.geotools.referencing.factory |
Base classes for factories and
authority factories.
|
org.opengis.referencing.crs |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDerivedCRS
A coordinate reference system that is defined by its coordinate conversion from another
coordinate reference system but is not a projected coordinate reference system.
|
Constructor and Description |
---|
DefaultDerivedCRS(DerivedCRS crs)
Constructs a new derived CRS with the same values than the specified one.
|
Modifier and Type | Method and Description |
---|---|
DerivedCRS |
EPSGCRSAuthorityFactory.createDerivedCRS(String str)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DerivedCRS |
CRSFactory.createDerivedCRS(Map<String,?> properties,
CoordinateReferenceSystem baseCRS,
Conversion conversionFromBase,
CoordinateSystem derivedCS)
Creates a derived coordinate reference system.
|
DerivedCRS |
CRSAuthorityFactory.createDerivedCRS(String code)
Creates a derived coordinate reference system from a code.
|
Copyright © 1996–2019 Geotools. All rights reserved.