|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractGeometricPrimitiveType | |
|---|---|
| net.opengis.gml | |
| Uses of AbstractGeometricPrimitiveType in net.opengis.gml |
|---|
| Subclasses of AbstractGeometricPrimitiveType in net.opengis.gml | |
|---|---|
class |
AbstractCurveType
An abstraction of a curve to support the different levels of complexity. |
class |
AbstractSolidType
An abstraction of a solid to support the different levels of complexity. |
class |
AbstractSurfaceType
An abstraction of a surface to support the different levels of complexity. |
class |
CompositeCurveType
A CompositeCurve is defined by a sequence of (orientable) curves such that the each curve in the sequence terminates at the start point of the subsequent curve in the list. |
class |
CompositeSolidType
A composite solid is a geometry type with all the geometric properties of a (primitive) solid. |
class |
CompositeSurfaceType
A CompositeSurface is defined by a set of orientable surfaces. |
class |
CurveType
Curve is a 1-dimensional primitive. |
class |
LineStringType
A LineString is a special curve that consists of a single segment with linear interpolation. |
class |
OrientableCurveType
OrientableCurve consists of a curve and an orientation. |
class |
OrientableSurfaceType
OrientableSurface consists of a surface and an orientation. |
class |
PointType
A Point is defined by a single coordinate tuple. |
class |
PolygonType
A Polygon is a special surface that is defined by a single surface patch. |
class |
PolyhedralSurfaceType
A polyhedral surface is a surface composed of polygon surfaces connected along their common boundary curves. |
class |
SolidType
A solid is the basis for 3-dimensional geometry. |
class |
SurfaceType
A Surface is a 2-dimensional primitive and is composed of one or more surface patches. |
class |
TinType
A tin is a triangulated surface that uses the Delauny algorithm or a similar algorithm complemented with consideration of breaklines, stoplines, and maximum length of triangle sides. |
class |
TriangulatedSurfaceType
A triangulated surface is a polyhedral surface that is composed only of triangles. |
| Fields in net.opengis.gml with type parameters of type AbstractGeometricPrimitiveType | |
|---|---|
protected JAXBElement<? extends AbstractGeometricPrimitiveType> |
GeometricPrimitivePropertyType.geometricPrimitive
|
| Methods in net.opengis.gml that return types with arguments of type AbstractGeometricPrimitiveType | |
|---|---|
JAXBElement<AbstractGeometricPrimitiveType> |
ObjectFactory.createGeometricPrimitive(AbstractGeometricPrimitiveType value)
Create an instance of JAXBElement<AbstractGeometricPrimitiveType>} |
JAXBElement<? extends AbstractGeometricPrimitiveType> |
GeometricPrimitivePropertyType.getGeometricPrimitive()
Obtient la valeur de la propriété geometricPrimitive. |
| Methods in net.opengis.gml with parameters of type AbstractGeometricPrimitiveType | |
|---|---|
JAXBElement<AbstractGeometricPrimitiveType> |
ObjectFactory.createGeometricPrimitive(AbstractGeometricPrimitiveType value)
Create an instance of JAXBElement<AbstractGeometricPrimitiveType>} |
| Method parameters in net.opengis.gml with type arguments of type AbstractGeometricPrimitiveType | |
|---|---|
void |
GeometricPrimitivePropertyType.setGeometricPrimitive(JAXBElement<? extends AbstractGeometricPrimitiveType> value)
Définit la valeur de la propriété geometricPrimitive. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||