public class RectifiedGrid
extends oracle.spatial.citygml.model.core.AbstractGeometry
Constructor and Description |
---|
RectifiedGrid() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getAxisNames()
Return the names to be used for each one of the axis or dimensions.
|
int |
getDimension()
Returns the dimension value for this grid.
|
GridEnvelope |
getLimits()
Returns the envelope that defines the grid limits.
|
java.util.List<java.lang.String> |
getOffsetVector()
Returns a list containing the information about the way that each grid cell corresponds or
matches a position in the model coordinate system.
|
oracle.spatial.citygml.model.core.Point |
getOrigin()
Returns the georeferenced point that establishes the grid origin in the the model coordinate system.
|
void |
setAxisNames(java.util.List<java.lang.String> axisNames)
Sets the names to be used for each one of the axes or dimensions.
|
void |
setDimension(int dimension)
Sets the dimension value for this grid.
|
void |
setLimits(GridEnvelope limits)
Sets the
GridEnvelope that establishes the limits for this grid. |
void |
setOffsetVector(java.util.List<java.lang.String> offsetVector)
Sets the list of offset values used to map a coordinate in the grid coordinate system to
a coordinate in the model coordinate system.
|
void |
setOrigin(oracle.spatial.citygml.model.core.Point origin)
Sets the georeferenced point representing the origin in the model coordinate system.
|
disposeJGeometry, getAxisLabels, getId, getJGeometry, getNeededValidation, getParent, getRoot, getSrsDimension, getSrsName, getUomLabels, getXlinkRef, hasXlinks, isComposite, isReverse, isSolid, isTriangulated, isValid, isValid, isXlink, setAxisLabels, setComposite, setId, setJGeometry, setNeededValidation, setParent, setReverse, setRoot, setSolid, setSrsDimension, setSrsName, setTriangulated, setUomLabels, setXlink, setXlinkRef, setXlinks
public int getDimension()
public void setDimension(int dimension)
dimension
- the dimension value.public GridEnvelope getLimits()
GridEnveloper
representing the grid limits.public void setLimits(GridEnvelope limits)
GridEnvelope
that establishes the limits for this grid.limits
- the envelope for this grid's limits.public java.util.List<java.lang.String> getAxisNames()
public void setAxisNames(java.util.List<java.lang.String> axisNames)
axisNames
- public oracle.spatial.citygml.model.core.Point getOrigin()
Point
representing the origin in the model coordinate system.public void setOrigin(oracle.spatial.citygml.model.core.Point origin)
origin
- the value for the origin in the model coordinate system.public java.util.List<java.lang.String> getOffsetVector()
public void setOffsetVector(java.util.List<java.lang.String> offsetVector)
offsetVector
- the list of offset values.