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
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 Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Triangle Patches' containment reference.void
Sets the value of the 'Triangle 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
-
getTrianglePatches
TrianglePatchArrayPropertyType 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
Sets the value of the 'Triangle Patches
' containment reference.- Parameters:
value
- the new value of the 'Triangle Patches' containment reference.- See Also:
-