org.citygml4j.model.gml.grids
Interface GridLimits

All Superinterfaces:
Child, Copyable, GML, ModelObject
All Known Implementing Classes:
GridLimitsImpl

public interface GridLimits
extends GML, Child, Copyable


Method Summary
 GridEnvelope getGridEnvelope()
           
 boolean isSetGridEnvelope()
           
 void setGridEnvelope(GridEnvelope gridEnvelope)
           
 void unsetGridEnvelope()
           
 
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.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

getGridEnvelope

GridEnvelope getGridEnvelope()

isSetGridEnvelope

boolean isSetGridEnvelope()

setGridEnvelope

void setGridEnvelope(GridEnvelope gridEnvelope)

unsetGridEnvelope

void unsetGridEnvelope()