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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description PolygonPatchArrayPropertyTypegetPolygonPatches()Returns the value of the 'Polygon Patches' containment reference.voidsetPolygonPatches(PolygonPatchArrayPropertyType value)Sets the value of the 'Polygon Patches' containment reference.- 
Methods inherited from interface AbstractGeometryTypegetAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, setAxisLabels, setGid, setSrsDimension, setSrsName, setUomLabels
 - 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 - 
Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface SurfaceTypegetPatches, getPatchesGroup, setPatches
 
- 
 
- 
- 
- 
Method Detail- 
getPolygonPatchesPolygonPatchArrayPropertyType 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()
 
 - 
setPolygonPatchesvoid 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()
 
 
- 
 
-