org.citygml4j.model.gml.grids
Interface RectifiedGrid
- All Superinterfaces:
- AbstractGeometry, AbstractGML, Associable, Child, Copyable, GML, Grid, ModelObject, SRSInformationGroup, SRSReferenceGroup, StandardObjectProperties
- All Known Implementing Classes:
- RectifiedGridImpl
public interface RectifiedGrid
- extends Grid
Methods inherited from interface org.citygml4j.model.gml.grids.Grid |
addAxisName, getAxisName, getDimension, getLimits, isSetAxisName, isSetDimension, isSetLimits, setAxisName, setDimension, setLimits, unsetAxisName, unsetLimits |
Methods inherited from interface org.citygml4j.model.gml.GML |
getGMLClass |
Methods inherited from interface org.citygml4j.model.gml.base.StandardObjectProperties |
addMetaDataProperty, addName, getDescription, getMetaDataProperty, getName, isSetDescription, isSetMetaDataProperty, isSetName, setDescription, setMetaDataProperty, setName, unsetDescription, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName |
Methods inherited from interface org.citygml4j.model.gml.GML |
getGMLClass |
Methods inherited from interface org.citygml4j.model.gml.geometry.SRSInformationGroup |
addAxisLabel, addUomLabel, getAxisLabels, getUomLabels, isSetAxisLabels, isSetUomLabels, setAxisLabels, setUomLabels, unsetAxisLabels, unsetAxisLabels, unsetUomLabels, unsetUomLabels |
Methods inherited from interface org.citygml4j.model.gml.GML |
getGMLClass |
getOrigin
PointProperty getOrigin()
getOffsetVector
java.util.List<Vector> getOffsetVector()
isSetOrigin
boolean isSetOrigin()
isSetOffsetVector
boolean isSetOffsetVector()
setOrigin
void setOrigin(PointProperty origin)
addOffsetVector
void addOffsetVector(Vector offsetVector)
setOffsetVector
void setOffsetVector(java.util.List<Vector> offsetVector)
unsetOrigin
void unsetOrigin()
unsetOffsetVector
boolean unsetOffsetVector(Vector offsetVector)
unsetOffsetVector
void unsetOffsetVector()