|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AffineCS | |
---|---|
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 | Coordinate reference systems (coordinate systems with a datum). |
org.opengis.referencing.cs | Coordinate systems and their axis. |
Uses of AffineCS in org.geotools.referencing.crs |
---|
Methods in org.geotools.referencing.crs that return AffineCS | |
---|---|
AffineCS |
DefaultImageCRS.getCoordinateSystem()
Returns the coordinate system. |
Constructors in org.geotools.referencing.crs with parameters of type AffineCS | |
---|---|
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. |
Uses of AffineCS in org.geotools.referencing.cs |
---|
Classes in org.geotools.referencing.cs that implement AffineCS | |
---|---|
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. |
Constructors in org.geotools.referencing.cs with parameters of type AffineCS | |
---|---|
DefaultAffineCS(AffineCS cs)
Constructs a new coordinate system with the same values than the specified one. |
Uses of AffineCS in org.geotools.referencing.factory |
---|
Methods in org.geotools.referencing.factory that return AffineCS | |
---|---|
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. |
Methods in org.geotools.referencing.factory with parameters of type AffineCS | |
---|---|
ImageCRS |
ReferencingObjectFactory.createImageCRS(Map<String,?> properties,
ImageDatum datum,
AffineCS cs)
Creates an image coordinate reference system. |
Uses of AffineCS in org.opengis.referencing.crs |
---|
Methods in org.opengis.referencing.crs that return AffineCS | |
---|---|
AffineCS |
ImageCRS.getCoordinateSystem()
Returns the cartesian coordinate system. |
Methods in org.opengis.referencing.crs with parameters of type AffineCS | |
---|---|
ImageCRS |
CRSFactory.createImageCRS(Map<String,?> properties,
ImageDatum datum,
AffineCS cs)
Creates an image coordinate reference system. |
Uses of AffineCS in org.opengis.referencing.cs |
---|
Subinterfaces of AffineCS in org.opengis.referencing.cs | |
---|---|
interface |
CartesianCS
A 1-, 2-, or 3-dimensional coordinate system. |
Methods in org.opengis.referencing.cs that return AffineCS | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |