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 SummaryModifier and TypeMethodDescriptionReturns the value of the 'Topo Surface' containment reference.voidsetTopoSurface(TopoSurfaceType value) Sets the value of the 'Topo Surface' containment reference.Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
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:
 
- 
setTopoSurfaceSets the value of the 'Topo Surface' containment reference.- Parameters:
- value- the new value of the 'Topo Surface' containment reference.
- See Also:
 
 
-