| Package | Description |
|---|---|
| org.geotools.referencing.cs |
Coordinate systems implementation.
|
| org.geotools.referencing.factory |
Base classes for factories and
authority factories.
|
| org.opengis.referencing.cs |
Coordinate systems and their axis.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultUserDefinedCS
A two- or three-dimensional coordinate system that consists of any combination of coordinate axes
not covered by any other Coordinate System type.
|
| Constructor and Description |
|---|
DefaultUserDefinedCS(UserDefinedCS cs)
Constructs a new coordinate system with the same values than the specified one.
|
| Modifier and Type | Method and Description |
|---|---|
UserDefinedCS |
ReferencingObjectFactory.createUserDefinedCS(Map<String,?> properties,
CoordinateSystemAxis axis0,
CoordinateSystemAxis axis1)
Creates a two dimensional user defined coordinate system from the given pair of axis.
|
UserDefinedCS |
ReferencingObjectFactory.createUserDefinedCS(Map<String,?> properties,
CoordinateSystemAxis axis0,
CoordinateSystemAxis axis1,
CoordinateSystemAxis axis2)
Creates a three dimensional user defined coordinate system from the given set of axis.
|
| Modifier and Type | Method and Description |
|---|---|
UserDefinedCS |
CSFactory.createUserDefinedCS(Map<String,?> properties,
CoordinateSystemAxis axis0,
CoordinateSystemAxis axis1)
Creates a two-dimensional user defined coordinate system.
|
UserDefinedCS |
CSFactory.createUserDefinedCS(Map<String,?> properties,
CoordinateSystemAxis axis0,
CoordinateSystemAxis axis1,
CoordinateSystemAxis axis2)
Creates a three-dimensional user defined coordinate system.
|
Copyright © 1996–2019 Geotools. All rights reserved.