Package | Description |
---|---|
org.apache.sis.referencing.cs |
Coordinate system definitions as the set of coordinate system axes that spans the coordinate space.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCartesianCS
A 2- or 3-dimensional Cartesian coordinate system made of straight orthogonal axes.
|
Modifier and Type | Method and Description |
---|---|
static DefaultAffineCS |
DefaultAffineCS.castOrCopy(AffineCS object)
Returns a SIS coordinate system implementation with the same values than the given arbitrary implementation.
|
DefaultAffineCS |
DefaultAffineCS.forConvention(AxesConvention convention)
Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.
|
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.