| Package | Description |
|---|---|
| nl.b3p.csw.jaxb.gml |
| Modifier and Type | Class and Description |
|---|---|
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 |
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<? extends AbstractGeometricPrimitiveType> |
GeometricPrimitivePropertyType.geometricPrimitive |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<? extends AbstractGeometricPrimitiveType> |
GeometricPrimitivePropertyType.getGeometricPrimitive()
Gets the value of the geometricPrimitive property.
|
| Modifier and Type | Method and Description |
|---|---|
GeometricPrimitive |
ObjectFactory.createGeometricPrimitive(AbstractGeometricPrimitiveType value)
Create an instance of
GeometricPrimitive} |
| Modifier and Type | Method and Description |
|---|---|
void |
GeometricPrimitivePropertyType.setGeometricPrimitive(JAXBElement<? extends AbstractGeometricPrimitiveType> value)
Sets the value of the geometricPrimitive property.
|
| Constructor and Description |
|---|
GeometricPrimitive(AbstractGeometricPrimitiveType value) |
| Constructor and Description |
|---|
GeometricPrimitivePropertyType(JAXBElement<? extends AbstractGeometricPrimitiveType> geometricPrimitive,
String remoteSchema,
String type,
String href,
String role,
String arcrole,
String title,
String show,
String actuate)
Fully-initialising value constructor
|
Copyright © 2022 B3Partners B.V.. All rights reserved.