Package net.opengis.gml311
Interface SurfaceType
- All Superinterfaces:
AbstractGeometricPrimitiveType
,AbstractGeometryType
,AbstractGMLType
,AbstractSurfaceType
,EObject
,Notifier
- All Known Subinterfaces:
PolyhedralSurfaceType
,TinType
,TriangulatedSurfaceType
- All Known Implementing Classes:
PolyhedralSurfaceTypeImpl
,SurfaceTypeImpl
,TinTypeImpl
,TriangulatedSurfaceTypeImpl
A representation of the model object 'Surface Type'.
A Surface is a 2-dimensional primitive and is composed of one or more surface patches. The surface patches are connected to one another.
The orientation of the surface is positive ("up"). The orientation of a surface chooses an "up" direction through the choice of the upward normal, which, if the surface is not a cycle, is the side of the surface from which the exterior boundary appears counterclockwise. Reversal of the surface orientation reverses the curve orientation of each boundary component, and interchanges the conceptual "up" and "down" direction of the surface. If the surface is the boundary of a solid, the "up" direction is usually outward. For closed surfaces, which have no boundary, the up direction is that of the surface patches, which must be consistent with one another. Its included surface patches describe the interior structure of the Surface.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Patches' containment reference.FeatureMap
Returns the value of the 'Patches Group' attribute list.void
Sets the value of the '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
-
Method Details
-
getPatchesGroup
FeatureMap getPatchesGroup()Returns the value of the 'Patches Group' attribute list. The list contents are of typeFeatureMap.Entry
. This element encapsulates the patches of the surface.- Returns:
- the value of the 'Patches Group' attribute list.
- See Also:
-
getPatches
SurfacePatchArrayPropertyType getPatches()Returns the value of the 'Patches' containment reference. This element encapsulates the patches of the surface.- Returns:
- the value of the 'Patches' containment reference.
- See Also:
-
setPatches
Sets the value of the 'Patches
' containment reference.- Parameters:
value
- the new value of the 'Patches' containment reference.- See Also:
-