Package net.opengis.gml311
Interface PolyhedralSurfaceType
- All Superinterfaces:
AbstractGeometricPrimitiveType
,AbstractGeometryType
,AbstractGMLType
,AbstractSurfaceType
,EObject
,Notifier
,SurfaceType
- All Known Implementing Classes:
PolyhedralSurfaceTypeImpl
A representation of the model object 'Polyhedral Surface Type'.
A polyhedral surface is a surface composed
of polygon surfaces connected along their common boundary
curves. This differs from the surface type only in the
restriction on the types of surface patches acceptable.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Polygon Patches' containment reference.void
Sets the value of the 'Polygon Patches
' containment reference.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
Methods inherited from interface SurfaceType
getPatches, getPatchesGroup, setPatches
-
Method Details
-
getPolygonPatches
PolygonPatchArrayPropertyType getPolygonPatches()Returns the value of the 'Polygon Patches' containment reference. This property encapsulates the patches of the polyhedral surface.- Returns:
- the value of the 'Polygon Patches' containment reference.
- See Also:
-
setPolygonPatches
Sets the value of the 'Polygon Patches
' containment reference.- Parameters:
value
- the new value of the 'Polygon Patches' containment reference.- See Also:
-