Package net.opengis.gml311
Interface TriangulatedSurfaceType
- 
- All Superinterfaces:
- AbstractGeometricPrimitiveType,- AbstractGeometryType,- AbstractGMLType,- AbstractSurfaceType,- EObject,- Notifier,- SurfaceType
 - All Known Subinterfaces:
- TinType
 - All Known Implementing Classes:
- TinTypeImpl,- TriangulatedSurfaceTypeImpl
 
 public interface TriangulatedSurfaceType extends SurfaceType A representation of the model object 'Triangulated Surface Type'. A triangulated surface is a polyhedral surface that is composed only of triangles. There is no restriction on how the triangulation is derived.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description TrianglePatchArrayPropertyTypegetTrianglePatches()Returns the value of the 'Triangle Patches' containment reference.voidsetTrianglePatches(TrianglePatchArrayPropertyType value)Sets the value of the 'Triangle 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- 
getTrianglePatchesTrianglePatchArrayPropertyType getTrianglePatches() Returns the value of the 'Triangle Patches' containment reference. This property encapsulates the patches of the triangulated surface.- Returns:
- the value of the 'Triangle Patches' containment reference.
- See Also:
- setTrianglePatches(TrianglePatchArrayPropertyType),- Gml311Package.getTriangulatedSurfaceType_TrianglePatches()
 
 - 
setTrianglePatchesvoid setTrianglePatches(TrianglePatchArrayPropertyType value) Sets the value of the 'Triangle Patches' containment reference.- Parameters:
- value- the new value of the 'Triangle Patches' containment reference.
- See Also:
- getTrianglePatches()
 
 
- 
 
-