@UML(identifier="GM_AffinePlacement", specification=ISO_19107) public interface AffinePlacement extends Placement
Then, given this equation, the getLocation()
method returns the direct position
(x0, y0, z0), which is the
target position of the origin in (u, v). The two reference directions (ux, uy,
uz) and (vx, vy,
vz) are the target directions of the unit basis vectors at the origin in
(u, v).
Modifier and Type | Method and Description |
---|---|
Position |
getLocation()
Gives the target of the parameter space origin.
|
double[] |
getReferenceDirection(int dimension)
Gives the target directions for the coordinate basis vectors of the parameter space.
|
getInDimension, getOutDimension, transform
@UML(identifier="location", obligation=MANDATORY, specification=ISO_19107) Position getLocation()
@UML(identifier="refDirection", obligation=MANDATORY, specification=ISO_19107) double[] getReferenceDirection(int dimension)
inDimension
. The dimension of the
directions shall be outDimension
.dimension
- The in dimension, as an index from 0 inclusive to inDimension
exclusive.outDimension
.Copyright © 1996–2019 Geotools. All rights reserved.