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 Summary
All 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 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
-
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(TrianglePatchArrayPropertyType),Gml311Package.getTriangulatedSurfaceType_TrianglePatches()
-
setTrianglePatches
void 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()
-
-