org.citygml4j.model.gml.grids
Interface Grid

All Superinterfaces:
AbstractGeometry, AbstractGML, Associable, Child, Copyable, GML, ModelObject, SRSInformationGroup, SRSReferenceGroup, StandardObjectProperties
All Known Subinterfaces:
RectifiedGrid
All Known Implementing Classes:
GridImpl, RectifiedGridImpl

public interface Grid
extends AbstractGeometry


Method Summary
 void addAxisName(java.lang.String axisName)
           
 java.util.List<java.lang.String> getAxisName()
           
 java.lang.Integer getDimension()
           
 GridLimits getLimits()
           
 boolean isSetAxisName()
           
 boolean isSetDimension()
           
 boolean isSetLimits()
           
 void setAxisName(java.util.List<java.lang.String> axisName)
           
 void setDimension(java.lang.Integer dimension)
           
 void setLimits(GridLimits limits)
           
 void unsetAxisName()
           
 void unsetLimits()
           
 
Methods inherited from interface org.citygml4j.model.gml.geometry.AbstractGeometry
accept, accept, calcBoundingBox, getGid, isSetGid, setGid, unsetGid
 
Methods inherited from interface org.citygml4j.model.gml.base.AbstractGML
accept, accept, getId, isSetId, setId, unsetId
 
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.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 
Methods inherited from interface org.citygml4j.model.gml.geometry.SRSReferenceGroup
getSrsDimension, getSrsName, isSetSrsDimension, isSetSrsName, setSrsDimension, setSrsName, unsetSrsDimension, unsetSrsName
 
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
 

Method Detail

getLimits

GridLimits getLimits()

getAxisName

java.util.List<java.lang.String> getAxisName()

getDimension

java.lang.Integer getDimension()

isSetLimits

boolean isSetLimits()

isSetAxisName

boolean isSetAxisName()

isSetDimension

boolean isSetDimension()

setLimits

void setLimits(GridLimits limits)

addAxisName

void addAxisName(java.lang.String axisName)

setAxisName

void setAxisName(java.util.List<java.lang.String> axisName)

setDimension

void setDimension(java.lang.Integer dimension)

unsetLimits

void unsetLimits()

unsetAxisName

void unsetAxisName()