Package net.opengis.gml311
Interface AbstractGeometricPrimitiveType
-
- All Superinterfaces:
AbstractGeometryType
,AbstractGMLType
,EObject
,Notifier
- All Known Subinterfaces:
AbstractCurveType
,AbstractSolidType
,AbstractSurfaceType
,CompositeCurveType
,CompositeSolidType
,CompositeSurfaceType
,CurveType
,LineStringType
,OrientableCurveType
,OrientableSurfaceType
,PointType
,PolygonType
,PolyhedralSurfaceType
,SolidType
,SurfaceType
,TinType
,TriangulatedSurfaceType
- All Known Implementing Classes:
AbstractCurveTypeImpl
,AbstractGeometricPrimitiveTypeImpl
,AbstractSolidTypeImpl
,AbstractSurfaceTypeImpl
,CompositeCurveTypeImpl
,CompositeSolidTypeImpl
,CompositeSurfaceTypeImpl
,CurveTypeImpl
,LineStringTypeImpl
,OrientableCurveTypeImpl
,OrientableSurfaceTypeImpl
,PointTypeImpl
,PolygonTypeImpl
,PolyhedralSurfaceTypeImpl
,SolidTypeImpl
,SurfaceTypeImpl
,TinTypeImpl
,TriangulatedSurfaceTypeImpl
public interface AbstractGeometricPrimitiveType extends AbstractGeometryType
A representation of the model object 'Abstract Geometric Primitive Type'. This is the abstract root type of the geometric primitives. A geometric primitive is a geometric object that is not decomposed further into other primitives in the system. All primitives are oriented in the direction implied by the sequence of their coordinate tuples.
-
-
Method Summary
-
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
-
-