Package net.opengis.gml311
Interface TopoSurfacePropertyType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
TopoSurfacePropertyTypeImpl
public interface TopoSurfacePropertyType extends EObject
A representation of the model object 'Topo Surface Property Type'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TopoSurfaceType
getTopoSurface()
Returns the value of the 'Topo Surface' containment reference.void
setTopoSurface(TopoSurfaceType value)
Sets the value of the 'Topo Surface
' containment reference.
-
-
-
Method Detail
-
getTopoSurface
TopoSurfaceType getTopoSurface()
Returns the value of the 'Topo Surface' containment reference.If the meaning of the 'Topo Surface' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Topo Surface' containment reference.
- See Also:
setTopoSurface(TopoSurfaceType)
,Gml311Package.getTopoSurfacePropertyType_TopoSurface()
-
setTopoSurface
void setTopoSurface(TopoSurfaceType value)
Sets the value of the 'Topo Surface
' containment reference.- Parameters:
value
- the new value of the 'Topo Surface' containment reference.- See Also:
getTopoSurface()
-
-