| Package | Description |
|---|---|
| nl.b3p.csw.jaxb.gml |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<? extends AbstractCurveType> |
CurvePropertyType.curve |
protected List<JAXBElement<? extends AbstractCurveType>> |
CurveArrayPropertyType.curve |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<? extends AbstractCurveType> |
CurvePropertyType.getCurve()
Gets the value of the curve property.
|
List<JAXBElement<? extends AbstractCurveType>> |
CurveArrayPropertyType.getCurve()
Gets the value of the curve property.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractCurve |
ObjectFactory.createAbstractCurve(AbstractCurveType value)
Create an instance of
AbstractCurve} |
| Modifier and Type | Method and Description |
|---|---|
void |
CurvePropertyType.setCurve(JAXBElement<? extends AbstractCurveType> value)
Sets the value of the curve property.
|
| Constructor and Description |
|---|
AbstractCurve(AbstractCurveType value) |
| Constructor and Description |
|---|
CurveArrayPropertyType(List<JAXBElement<? extends AbstractCurveType>> curve)
Fully-initialising value constructor
|
CurvePropertyType(JAXBElement<? extends AbstractCurveType> curve,
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.