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 |
DefaultLinearCS
A one-dimensional coordinate system that consists of the points that lie on the single axis
described.
|
Constructor and Description |
---|
DefaultLinearCS(LinearCS cs)
Constructs a new coordinate system with the same values than the specified one.
|
Modifier and Type | Method and Description |
---|---|
LinearCS |
ReferencingObjectFactory.createLinearCS(Map<String,?> properties,
CoordinateSystemAxis axis)
Creates a linear coordinate system.
|
Modifier and Type | Method and Description |
---|---|
LinearCS |
CSFactory.createLinearCS(Map<String,?> properties,
CoordinateSystemAxis axis)
Creates a linear coordinate system.
|
Copyright © 1996–2019 Geotools. All rights reserved.