|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Draft | |
|---|---|
| org.opengis.geometry.coordinate | Core package needed to investigate coordinate-defined geometry. |
| Uses of Draft in org.opengis.geometry.coordinate |
|---|
| Classes in org.opengis.geometry.coordinate with annotations of type Draft | |
|---|---|
interface |
CoordinateSystem
Organizes the manner in which the direct positions are described. |
class |
Handed
Labels coordinate systems as being right or left handed as commonly defined in Mathematics. |
interface |
HomogeneousDirectPosition
A direct position adding another element to the coordinate array which carries a non-zero “weight”, and multiplies all other columns in the coordinate array by that weight. |
interface |
Parameterization
A locally bi-continuous mapping from a domain coordinate system to a range coordinate system. |
interface |
Permutation
Represents the rearrangement of a list, or a projection. |
| Fields in org.opengis.geometry.coordinate with annotations of type Draft | |
|---|---|
static Handed |
Handed.LEFT
The left-handed systems (y-x-z), for example Latitude/Longitude. |
static Handed |
Handed.RIGHT
The right-handed systems (classic x-y-z). |
| Methods in org.opengis.geometry.coordinate with annotations of type Draft | |
|---|---|
CurveBoundary |
GenericCurve.getBoundary()
Returns the geometry of the curve topological boundary. |
CoordinateReferenceSystem |
CoordinateSystem.getCoordinateReferenceSystem()
The coordinate reference system as defined in ISO 19111 that describes this CoordinateSystem. |
CoordinateSystem |
HomogeneousDirectPosition.getCoordinateSystem()
The coordinate system in which the coordinate is given. |
int |
CoordinateSystem.getDimension()
The size of the ordinate array needed to represent a coordinate in this CoordinateSystem, when non-homogeneous representations are used. |
CoordinateSystem |
Parameterization.getDomain()
The coordinate system which contains the values from which this parameterization maps. |
Geometry |
Parameterization.getExtentOfValidity()
Returns the domain of the mapping being represented by this parameterization. |
String |
CoordinateSystem.getName()
A character string identifier for this coordinate system. |
int[] |
Permutation.getNewOrder()
describes the new ordering of offsets in terms of offset indexes of the original ordering. |
Handed |
CoordinateSystem.getOrientation()
The enumerated value for “left” or “right” which will identify the spatial orientation of this coordinate system in its unpermuted state. |
Permutation |
CoordinateSystem.getPermutation()
Describes how offsets in the coordinate arrays are rearranged for storage within the DirectPosition instances. |
CoordinateSystem |
Parameterization.getRange()
Returns the coordinate system which contains the values to which this parameterization maps. |
PointArray |
GenericCurve.getSamplePoints()
Returns an ordered array of point values that lie on the curve. |
double |
HomogeneousDirectPosition.getWeight()
Returns the weight value, which is the last value in the coordinate array. |
boolean |
Permutation.isEven()
Determines whether the permutation is representable as an even or odd number of transposition (2 element swaps). |
GenericCurve |
GenericCurve.reverse()
Reverses the orientation of the parameterizations of the curve. |
DirectPosition |
Parameterization.transform(DirectPosition point)
Transforms a direct position from the domain coordinate system to the range coordinate system. |
Geometry |
Parameterization.transform(Geometry object)
Transforms a geometry from the domain coordinate system to the range coordinate system. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||