public class RectifiedGrid extends Grid
isSetMetaDataProperty
Constructor and Description |
---|
RectifiedGrid() |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(GeometryFunctor<T> visitor) |
void |
accept(GeometryVisitor visitor) |
<T> T |
accept(GMLFunctor<T> visitor) |
void |
accept(GMLVisitor visitor) |
void |
addOffsetVector(Vector offsetVector) |
BoundingBox |
calcBoundingBox() |
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
GMLClass |
getGMLClass() |
java.util.List<Vector> |
getOffsetVector() |
PointProperty |
getOrigin() |
boolean |
isSetOffsetVector() |
boolean |
isSetOrigin() |
void |
setOffsetVector(java.util.List<Vector> offsetVector) |
void |
setOrigin(PointProperty origin) |
void |
unsetOffsetVector() |
boolean |
unsetOffsetVector(Vector offsetVector) |
void |
unsetOrigin() |
addAxisName, getAxisName, getDimension, getLimits, isSetAxisName, isSetDimension, isSetLimits, setAxisName, setDimension, setLimits, unsetAxisName, unsetLimits
addAxisLabel, addUomLabel, getAxisLabels, getGid, getInheritedSrsName, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetGid, isSetSrsDimension, isSetSrsName, isSetUomLabels, setAxisLabels, setGid, setSrsDimension, setSrsName, setUomLabels, unsetAxisLabels, unsetAxisLabels, unsetGid, unsetSrsDimension, unsetSrsName, unsetUomLabels, unsetUomLabels
addMetaDataProperty, addName, getDescription, getId, getLocalProperty, getMetaDataProperty, getModelType, getName, getParent, hasLocalProperty, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, isSetParent, setDescription, setId, setLocalProperty, setMetaDataProperty, setName, setParent, unsetDescription, unsetId, unsetLocalProperty, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName, unsetParent
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getModelType
public void addOffsetVector(Vector offsetVector)
public PointProperty getOrigin()
public java.util.List<Vector> getOffsetVector()
public boolean isSetOrigin()
public boolean isSetOffsetVector()
public void setOrigin(PointProperty origin)
public void setOffsetVector(java.util.List<Vector> offsetVector)
public void unsetOrigin()
public boolean unsetOffsetVector(Vector offsetVector)
public void unsetOffsetVector()
public BoundingBox calcBoundingBox()
calcBoundingBox
in class Grid
public GMLClass getGMLClass()
getGMLClass
in interface GML
getGMLClass
in class Grid
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
public java.lang.Object copy(CopyBuilder copyBuilder)
public void accept(GeometryVisitor visitor)
public <T> T accept(GeometryFunctor<T> visitor)
public void accept(GMLVisitor visitor)
public <T> T accept(GMLFunctor<T> visitor)