| Package | Description |
|---|---|
| nl.b3p.csw.jaxb.filter | |
| nl.b3p.csw.jaxb.gml |
| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<? extends AbstractGeometryType> |
BinarySpatialOpType.geometry |
protected JAXBElement<? extends AbstractGeometryType> |
DistanceBufferType.geometry |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<? extends AbstractGeometryType> |
BinarySpatialOpType.getGeometry()
Gets the value of the geometry property.
|
JAXBElement<? extends AbstractGeometryType> |
DistanceBufferType.getGeometry()
Gets the value of the geometry property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BinarySpatialOpType.setGeometry(JAXBElement<? extends AbstractGeometryType> value)
Sets the value of the geometry property.
|
void |
DistanceBufferType.setGeometry(JAXBElement<? extends AbstractGeometryType> value)
Sets the value of the geometry property.
|
| Constructor and Description |
|---|
BinarySpatialOpType(PropertyName propertyName,
JAXBElement<? extends AbstractGeometryType> geometry,
Envelope envelope)
Fully-initialising value constructor
|
DistanceBufferType(PropertyName propertyName,
JAXBElement<? extends AbstractGeometryType> geometry,
DistanceType distance)
Fully-initialising value constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCurveType
An abstraction of a curve to support the different levels of complexity.
|
class |
AbstractGeometricAggregateType
This is the abstract root type of the geometric aggregates.
|
class |
AbstractGeometricPrimitiveType
This is the abstract root type of the geometric primitives.
|
class |
AbstractRingType
An abstraction of a ring to support surface boundaries of different 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 |
LinearRingType
A LinearRing is defined by four or more coordinate tuples, with linear interpolation between them; the first and last coordinates must be coincident.
|
class |
LineStringType
A LineString is a special curve that consists of a single segment with linear interpolation.
|
class |
MultiCurveType
A MultiCurve is defined by one or more Curves, referenced through curveMember elements.
|
class |
MultiGeometryType
A geometry collection must include one or more geometries, referenced through geometryMember elements.
|
class |
MultiLineStringType
A MultiLineString is defined by one or more LineStrings, referenced through lineStringMember elements.
|
class |
MultiPointType
A MultiPoint is defined by one or more Points, referenced through pointMember elements.
|
class |
MultiPolygonType
A MultiPolygon is defined by one or more Polygons, referenced through polygonMember elements.
|
class |
MultiSolidType
A MultiSolid is defined by one or more Solids, referenced through solidMember elements.
|
class |
MultiSurfaceType
A MultiSurface is defined by one or more Surfaces, referenced through surfaceMember elements.
|
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 |
RingType
A Ring is used to represent a single connected component of a surface boundary.
|
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 List<JAXBElement<? extends AbstractGeometryType>> |
GeometryArrayPropertyType.geometry |
protected JAXBElement<? extends AbstractGeometryType> |
GeometryPropertyType.geometry |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<? extends AbstractGeometryType>> |
GeometryArrayPropertyType.getGeometry()
Gets the value of the geometry property.
|
JAXBElement<? extends AbstractGeometryType> |
GeometryPropertyType.getGeometry()
Gets the value of the geometry property.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractGeometry |
ObjectFactory.createAbstractGeometry(AbstractGeometryType value)
Create an instance of
AbstractGeometry} |
| Modifier and Type | Method and Description |
|---|---|
void |
GeometryPropertyType.setGeometry(JAXBElement<? extends AbstractGeometryType> value)
Sets the value of the geometry property.
|
| Constructor and Description |
|---|
AbstractGeometry(AbstractGeometryType value) |
| Constructor and Description |
|---|
GeometryArrayPropertyType(List<JAXBElement<? extends AbstractGeometryType>> geometry)
Fully-initialising value constructor
|
GeometryPropertyType(JAXBElement<? extends AbstractGeometryType> geometry,
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.