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
public interface SurfaceType extends AbstractSurfaceType
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:
Gml311Package.getSurfaceType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SurfacePatchArrayPropertyType
getPatches()
Returns the value of the 'Patches' containment reference.FeatureMap
getPatchesGroup()
Returns the value of the 'Patches Group' attribute list.void
setPatches(SurfacePatchArrayPropertyType value)
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
-
-
-
-
Method Detail
-
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:
Gml311Package.getSurfaceType_PatchesGroup()
-
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(SurfacePatchArrayPropertyType)
,Gml311Package.getSurfaceType_Patches()
-
setPatches
void setPatches(SurfacePatchArrayPropertyType value)
Sets the value of the 'Patches
' containment reference.- Parameters:
value
- the new value of the 'Patches' containment reference.- See Also:
getPatches()
-
-