Package net.opengis.gml311
Interface TriangleType
- All Superinterfaces:
- AbstractSurfacePatchType,- EObject,- Notifier
- All Known Implementing Classes:
- TriangleTypeImpl
 A representation of the model object 'Triangle Type'.
 
 
 Represents a triangle as a surface with an outer boundary consisting of a linear ring. Note that this is a polygon (subtype) with no inner boundaries. The number of points in the linear ring must be four.
 
 
The following features are supported:
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionReturns the value of the 'Exterior' containment reference.FeatureMapReturns the value of the 'Exterior Group' attribute list.Returns the value of the 'Interpolation' attribute.booleanReturns whether the value of the 'Interpolation' attribute is set.voidSets the value of the 'Exterior' containment reference.voidSets the value of the 'Interpolation' attribute.voidUnsets the value of the 'Interpolation' attribute.Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getExteriorGroupFeatureMap getExteriorGroup()Returns the value of the 'Exterior Group' attribute list. The list contents are of typeFeatureMap.Entry. Constraint: The Ring shall be a LinearRing and must form a triangle, the first and the last position must be co-incident.- Returns:
- the value of the 'Exterior Group' attribute list.
- See Also:
 
- 
getExteriorAbstractRingPropertyType getExterior()Returns the value of the 'Exterior' containment reference. Constraint: The Ring shall be a LinearRing and must form a triangle, the first and the last position must be co-incident.- Returns:
- the value of the 'Exterior' containment reference.
- See Also:
 
- 
setExteriorSets the value of the 'Exterior' containment reference.- Parameters:
- value- the new value of the 'Exterior' containment reference.
- See Also:
 
- 
getInterpolationSurfaceInterpolationType getInterpolation()Returns the value of the 'Interpolation' attribute. The default value is"planar". The literals are from the enumerationSurfaceInterpolationType. The attribute "interpolation" specifies the interpolation mechanism used for this surface patch. Currently only planar surface patches are defined in GML 3, the attribute is fixed to "planar", i.e. the interpolation method shall return points on a single plane. The boundary of the patch shall be contained within that plane.- Returns:
- the value of the 'Interpolation' attribute.
- See Also:
 
- 
setInterpolationSets the value of the 'Interpolation' attribute.- Parameters:
- value- the new value of the 'Interpolation' attribute.
- See Also:
 
- 
unsetInterpolationvoid unsetInterpolation()Unsets the value of the 'Interpolation' attribute.
- 
isSetInterpolationboolean isSetInterpolation()Returns whether the value of the 'Interpolation' attribute is set.- Returns:
- whether the value of the 'Interpolation' attribute is set.
- See Also:
 
 
-