Package net.opengis.gml311
Interface PolyhedralSurfaceType
-
- All Superinterfaces:
AbstractGeometricPrimitiveType
,AbstractGeometryType
,AbstractGMLType
,AbstractSurfaceType
,EObject
,Notifier
,SurfaceType
- All Known Implementing Classes:
PolyhedralSurfaceTypeImpl
public interface PolyhedralSurfaceType extends SurfaceType
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:
Gml311Package.getPolyhedralSurfaceType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolygonPatchArrayPropertyType
getPolygonPatches()
Returns the value of the 'Polygon Patches' containment reference.void
setPolygonPatches(PolygonPatchArrayPropertyType value)
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 SurfaceType
getPatches, getPatchesGroup, setPatches
-
-
-
-
Method Detail
-
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(PolygonPatchArrayPropertyType)
,Gml311Package.getPolyhedralSurfaceType_PolygonPatches()
-
setPolygonPatches
void setPolygonPatches(PolygonPatchArrayPropertyType value)
Sets the value of the 'Polygon Patches
' containment reference.- Parameters:
value
- the new value of the 'Polygon Patches' containment reference.- See Also:
getPolygonPatches()
-
-