Package | Description |
---|---|
org.geotools.referencing.crs |
Coordinate reference systems implementation.
|
org.geotools.referencing.cs |
Coordinate systems implementation.
|
org.geotools.referencing.factory |
Base classes for factories and
authority factories.
|
org.opengis.referencing.crs | |
org.opengis.referencing.cs |
Coordinate systems and their axis.
|
Modifier and Type | Method and Description |
---|---|
AffineCS |
DefaultImageCRS.getCoordinateSystem()
Returns the coordinate system.
|
Constructor and Description |
---|
DefaultImageCRS(Map<String,?> properties,
ImageDatum datum,
AffineCS cs)
Constructs an image CRS from a set of properties.
|
DefaultImageCRS(String name,
ImageDatum datum,
AffineCS cs)
Constructs an image CRS from a name.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultAffineCS
A two- or three-dimensional coordinate system with straight axes that are not necessarily
orthogonal.
|
class |
DefaultCartesianCS
A 1-, 2-, or 3-dimensional coordinate system.
|
Constructor and Description |
---|
DefaultAffineCS(AffineCS cs)
Constructs a new coordinate system with the same values than the specified one.
|
Modifier and Type | Method and Description |
---|---|
AffineCS |
ReferencingObjectFactory.createAffineCS(Map<String,?> properties,
CoordinateSystemAxis axis0,
CoordinateSystemAxis axis1)
Creates a two dimensional coordinate system from the given pair of axis.
|
AffineCS |
ReferencingObjectFactory.createAffineCS(Map<String,?> properties,
CoordinateSystemAxis axis0,
CoordinateSystemAxis axis1,
CoordinateSystemAxis axis2)
Creates a three dimensional coordinate system from the given set of axis.
|
Modifier and Type | Method and Description |
---|---|
ImageCRS |
ReferencingObjectFactory.createImageCRS(Map<String,?> properties,
ImageDatum datum,
AffineCS cs)
Creates an image coordinate reference system.
|
Modifier and Type | Method and Description |
---|---|
AffineCS |
ImageCRS.getCoordinateSystem()
Returns the cartesian coordinate system.
|
Modifier and Type | Method and Description |
---|---|
ImageCRS |
CRSFactory.createImageCRS(Map<String,?> properties,
ImageDatum datum,
AffineCS cs)
Creates an image coordinate reference system.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CartesianCS
A 1-, 2-, or 3-dimensional coordinate system.
|
Modifier and Type | Method and Description |
---|---|
AffineCS |
CSFactory.createAffineCS(Map<String,?> properties,
CoordinateSystemAxis axis0,
CoordinateSystemAxis axis1)
Creates a two dimensional coordinate system from the given pair of axis.
|
AffineCS |
CSFactory.createAffineCS(Map<String,?> properties,
CoordinateSystemAxis axis0,
CoordinateSystemAxis axis1,
CoordinateSystemAxis axis2)
Creates a three dimensional coordinate system from the given set of axis.
|
Copyright © 1996–2019 Geotools. All rights reserved.