Package net.opengis.gml311
Interface RectifiedGridDomainType
- 
- All Superinterfaces:
- DomainSetType,- EObject,- Notifier
 - All Known Implementing Classes:
- RectifiedGridDomainTypeImpl
 
 public interface RectifiedGridDomainType extends DomainSetType A representation of the model object 'Rectified Grid Domain Type'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description RectifiedGridTypegetRectifiedGrid()Returns the value of the 'Rectified Grid' containment reference.voidsetRectifiedGrid(RectifiedGridType value)Sets the value of the 'Rectified 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- 
getRectifiedGridRectifiedGridType getRectifiedGrid() Returns the value of the 'Rectified Grid' containment reference. Should be substitutionGroup="gml:Grid" but changed in order to accomplish Xerces-J schema validation- Returns:
- the value of the 'Rectified Grid' containment reference.
- See Also:
- setRectifiedGrid(RectifiedGridType),- Gml311Package.getRectifiedGridDomainType_RectifiedGrid()
 
 - 
setRectifiedGridvoid setRectifiedGrid(RectifiedGridType value) Sets the value of the 'Rectified Grid' containment reference.- Parameters:
- value- the new value of the 'Rectified Grid' containment reference.
- See Also:
- getRectifiedGrid()
 
 
- 
 
-