| Package | Description |
|---|---|
| nl.b3p.csw.jaxb.gml |
| Modifier and Type | Field and Description |
|---|---|
protected Coord |
PointType.coord |
| Modifier and Type | Field and Description |
|---|---|
protected List<Coord> |
EnvelopeType.coord |
protected List<Coord> |
LinearRingType.coord |
| Modifier and Type | Method and Description |
|---|---|
Coord |
ObjectFactory.createCoord(CoordType value)
Create an instance of
Coord} |
Coord |
PointType.getCoord()
Deprecated with GML version 3.0.
|
| Modifier and Type | Method and Description |
|---|---|
List<Coord> |
EnvelopeType.getCoord()
deprecated with GML version 3.0 Gets the value of the coord property.
|
List<Coord> |
LinearRingType.getCoord()
Deprecated with GML version 3.0 and included for backwards compatibility with GML 2.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PointType.setCoord(Coord value)
Sets the value of the coord property.
|
| Constructor and Description |
|---|
PointType(List<MetaDataProperty> metaDataProperty,
Description description,
List<Name> name,
String id,
String gid,
String srsName,
BigInteger srsDimension,
List<String> axisLabels,
List<String> uomLabels,
Pos pos,
Coordinates coordinates,
Coord coord)
Fully-initialising value constructor
|
| Constructor and Description |
|---|
EnvelopeType(DirectPositionType lowerCorner,
DirectPositionType upperCorner,
List<Coord> coord,
List<Pos> pos,
Coordinates coordinates,
String srsName,
BigInteger srsDimension,
List<String> axisLabels,
List<String> uomLabels)
Fully-initialising value constructor
|
LinearRingType(List<MetaDataProperty> metaDataProperty,
Description description,
List<Name> name,
String id,
String gid,
String srsName,
BigInteger srsDimension,
List<String> axisLabels,
List<String> uomLabels,
List<JAXBElement<?>> posOrPointPropertyOrPointRep,
PosList posList,
Coordinates coordinates,
List<Coord> coord)
Fully-initialising value constructor
|
Copyright © 2021 B3Partners B.V.. All rights reserved.