| Package | Description |
|---|---|
| nl.b3p.csw.jaxb.gml |
| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<AbstractRingPropertyType> |
TriangleType.exterior |
protected JAXBElement<AbstractRingPropertyType> |
RectangleType.exterior |
protected JAXBElement<AbstractRingPropertyType> |
PolygonType.exterior |
protected JAXBElement<AbstractRingPropertyType> |
PolygonPatchType.exterior |
protected List<JAXBElement<AbstractRingPropertyType>> |
PolygonType.interior |
protected List<JAXBElement<AbstractRingPropertyType>> |
PolygonPatchType.interior |
| Modifier and Type | Method and Description |
|---|---|
AbstractRingPropertyType |
ObjectFactory.createAbstractRingPropertyType()
Create an instance of
AbstractRingPropertyType |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<AbstractRingPropertyType> |
TriangleType.getExterior()
Constraint: The Ring shall be a LinearRing and must form a triangle, the first and the last position must be co-incident.
|
JAXBElement<AbstractRingPropertyType> |
RectangleType.getExterior()
Constraint: The Ring shall be a LinearRing and must form a rectangle; the first and the last position must be co-incident.
|
JAXBElement<AbstractRingPropertyType> |
PolygonType.getExterior()
Gets the value of the exterior property.
|
JAXBElement<AbstractRingPropertyType> |
PolygonPatchType.getExterior()
Gets the value of the exterior property.
|
List<JAXBElement<AbstractRingPropertyType>> |
PolygonType.getInterior()
Gets the value of the interior property.
|
List<JAXBElement<AbstractRingPropertyType>> |
PolygonPatchType.getInterior()
Gets the value of the interior property.
|
| Modifier and Type | Method and Description |
|---|---|
Exterior |
ObjectFactory.createExterior(AbstractRingPropertyType value)
Create an instance of
Exterior} |
InnerBoundaryIs |
ObjectFactory.createInnerBoundaryIs(AbstractRingPropertyType value)
Create an instance of
InnerBoundaryIs} |
Interior |
ObjectFactory.createInterior(AbstractRingPropertyType value)
Create an instance of
Interior} |
OuterBoundaryIs |
ObjectFactory.createOuterBoundaryIs(AbstractRingPropertyType value)
Create an instance of
OuterBoundaryIs} |
| Modifier and Type | Method and Description |
|---|---|
void |
TriangleType.setExterior(JAXBElement<AbstractRingPropertyType> value)
Sets the value of the exterior property.
|
void |
RectangleType.setExterior(JAXBElement<AbstractRingPropertyType> value)
Sets the value of the exterior property.
|
void |
PolygonType.setExterior(JAXBElement<AbstractRingPropertyType> value)
Sets the value of the exterior property.
|
void |
PolygonPatchType.setExterior(JAXBElement<AbstractRingPropertyType> value)
Sets the value of the exterior property.
|
| Constructor and Description |
|---|
Exterior(AbstractRingPropertyType value) |
InnerBoundaryIs(AbstractRingPropertyType value) |
Interior(AbstractRingPropertyType value) |
OuterBoundaryIs(AbstractRingPropertyType value) |
Copyright © 2015. All rights reserved.