Package net.opengis.gml311
Interface TopoSurfacePropertyType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- TopoSurfacePropertyTypeImpl
 
 public interface TopoSurfacePropertyType extends EObjectA representation of the model object 'Topo Surface Property Type'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description TopoSurfaceTypegetTopoSurface()Returns the value of the 'Topo Surface' containment reference.voidsetTopoSurface(TopoSurfaceType value)Sets the value of the 'Topo Surface' containment reference.
 
- 
- 
- 
Method Detail- 
getTopoSurfaceTopoSurfaceType 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()
 
 - 
setTopoSurfacevoid 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()
 
 
- 
 
-