Package net.opengis.gml311
Interface OrientableSurfaceType
- All Superinterfaces:
AbstractGeometricPrimitiveType
,AbstractGeometryType
,AbstractGMLType
,AbstractSurfaceType
,EObject
,Notifier
- All Known Implementing Classes:
OrientableSurfaceTypeImpl
A representation of the model object 'Orientable Surface Type'.
OrientableSurface consists of a surface and an orientation. If the orientation is "+", then the OrientableSurface is identical to the baseSurface. If the orientation is "-", then the OrientableSurface is a reference to a Surface with an up-normal that reverses the direction for this OrientableSurface, the sense of "the top of the surface".
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Base Surface' containment reference.Returns the value of the 'Orientation' attribute.boolean
Returns whether the value of the 'Orientation
' attribute is set.void
Sets the value of the 'Base Surface
' containment reference.void
setOrientation
(SignType value) Sets the value of the 'Orientation
' attribute.void
Unsets the value of the 'Orientation
' attribute.Methods inherited from interface AbstractGeometryType
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, setAxisLabels, setGid, setSrsDimension, setSrsName, setUomLabels
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getBaseSurface
SurfacePropertyType getBaseSurface()Returns the value of the 'Base Surface' containment reference. References or contains the base surface (positive orientation).- Returns:
- the value of the 'Base Surface' containment reference.
- See Also:
-
setBaseSurface
Sets the value of the 'Base Surface
' containment reference.- Parameters:
value
- the new value of the 'Base Surface' containment reference.- See Also:
-
getOrientation
SignType getOrientation()Returns the value of the 'Orientation' attribute. The default value is"+"
. The literals are from the enumerationSignType
. If the orientation is "+", then the OrientableSurface is identical to the baseSurface. If the orientation is "-", then the OrientableSurface is a reference to a Surface with an up-normal that reverses the direction for this OrientableSurface, the sense of "the top of the surface". "+" is the default value.- Returns:
- the value of the 'Orientation' attribute.
- See Also:
-
setOrientation
Sets the value of the 'Orientation
' attribute.- Parameters:
value
- the new value of the 'Orientation' attribute.- See Also:
-
unsetOrientation
void unsetOrientation()Unsets the value of the 'Orientation
' attribute. -
isSetOrientation
boolean isSetOrientation()Returns whether the value of the 'Orientation
' attribute is set.- Returns:
- whether the value of the 'Orientation' attribute is set.
- See Also:
-