| Package | Description |
|---|---|
| nl.b3p.csw.jaxb.gml |
| Modifier and Type | Field and Description |
|---|---|
protected SurfaceInterpolationType |
TriangleType.interpolation |
protected SurfaceInterpolationType |
RectangleType.interpolation |
protected SurfaceInterpolationType |
PolygonPatchType.interpolation |
| Modifier and Type | Method and Description |
|---|---|
static SurfaceInterpolationType |
SurfaceInterpolationType.fromValue(String v) |
SurfaceInterpolationType |
TriangleType.getInterpolation()
Gets the value of the interpolation property.
|
SurfaceInterpolationType |
RectangleType.getInterpolation()
Gets the value of the interpolation property.
|
SurfaceInterpolationType |
PolygonPatchType.getInterpolation()
Gets the value of the interpolation property.
|
static SurfaceInterpolationType |
SurfaceInterpolationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SurfaceInterpolationType[] |
SurfaceInterpolationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TriangleType.setInterpolation(SurfaceInterpolationType value)
Sets the value of the interpolation property.
|
void |
RectangleType.setInterpolation(SurfaceInterpolationType value)
Sets the value of the interpolation property.
|
void |
PolygonPatchType.setInterpolation(SurfaceInterpolationType value)
Sets the value of the interpolation property.
|
| Constructor and Description |
|---|
PolygonPatchType(JAXBElement<AbstractRingPropertyType> exterior,
List<JAXBElement<AbstractRingPropertyType>> interior,
SurfaceInterpolationType interpolation)
Fully-initialising value constructor
|
RectangleType(JAXBElement<AbstractRingPropertyType> exterior,
SurfaceInterpolationType interpolation)
Fully-initialising value constructor
|
TriangleType(JAXBElement<AbstractRingPropertyType> exterior,
SurfaceInterpolationType interpolation)
Fully-initialising value constructor
|
Copyright © 2021 B3Partners B.V.. All rights reserved.