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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RectifiedGridType
getRectifiedGrid()
Returns the value of the 'Rectified Grid' containment reference.void
setRectifiedGrid(RectifiedGridType value)
Sets the value of the 'Rectified Grid
' containment reference.-
Methods inherited from interface DomainSetType
getActuate, 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
-
getRectifiedGrid
RectifiedGridType 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()
-
setRectifiedGrid
void 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()
-
-