Package net.opengis.gml311
Interface GridDomainType
- 
- All Superinterfaces:
- DomainSetType,- EObject,- Notifier
 - All Known Implementing Classes:
- GridDomainTypeImpl
 
 public interface GridDomainType extends DomainSetType A representation of the model object 'Grid Domain Type'.The following features are supported: - See Also:
- Gml311Package.getGridDomainType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description GridTypegetGrid()Returns the value of the 'Grid' containment reference.voidsetGrid(GridType value)Sets the value of the 'Grid' containment reference.- 
Methods inherited from interface DomainSetTypegetActuate, getArcrole, getGeometry, getGeometryGroup, getHref, getRemoteSchema, getRole, getShow, getTimeObject, getTimeObjectGroup, getTitle, getType, isSetActuate, isSetShow, isSetType, setActuate, setArcrole, setHref, setRemoteSchema, setRole, setShow, setTitle, setType, unsetActuate, unsetShow, unsetType
 
- 
 
- 
- 
- 
Method Detail- 
getGridGridType getGrid() Returns the value of the 'Grid' containment reference.If the meaning of the 'Grid' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Grid' containment reference.
- See Also:
- setGrid(GridType),- Gml311Package.getGridDomainType_Grid()
 
 
- 
 
-