| Package | Description |
|---|---|
| nl.b3p.csw.jaxb.gml |
| Modifier and Type | Class and Description |
|---|---|
class |
OrientableSurfaceType
OrientableSurface consists of a surface and an orientation.
|
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 |
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 AbstractSurfaceType> |
SurfacePropertyType.surface |
protected List<JAXBElement<? extends AbstractSurfaceType>> |
SurfaceArrayPropertyType.surface |
| Modifier and Type | Method and Description |
|---|---|
AbstractSurfaceType |
ObjectFactory.createAbstractSurfaceType()
Create an instance of
AbstractSurfaceType |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<? extends AbstractSurfaceType> |
SurfacePropertyType.getSurface()
Gets the value of the surface property.
|
List<JAXBElement<? extends AbstractSurfaceType>> |
SurfaceArrayPropertyType.getSurface()
Gets the value of the surface property.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractSurface |
ObjectFactory.createAbstractSurface(AbstractSurfaceType value)
Create an instance of
AbstractSurface} |
| Modifier and Type | Method and Description |
|---|---|
void |
SurfacePropertyType.setSurface(JAXBElement<? extends AbstractSurfaceType> value)
Sets the value of the surface property.
|
| Constructor and Description |
|---|
AbstractSurface(AbstractSurfaceType value) |
| Constructor and Description |
|---|
SurfaceArrayPropertyType(List<JAXBElement<? extends AbstractSurfaceType>> surface)
Fully-initialising value constructor
|
SurfacePropertyType(JAXBElement<? extends AbstractSurfaceType> surface,
String remoteSchema,
String type,
String href,
String role,
String arcrole,
String title,
String show,
String actuate)
Fully-initialising value constructor
|
Copyright © 2019 B3Partners B.V.. All rights reserved.