|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CoordType | |
|---|---|
| net.opengis.gml | |
| Uses of CoordType in net.opengis.gml |
|---|
| Fields in net.opengis.gml declared as CoordType | |
|---|---|
protected CoordType |
PointType.coord
|
| Fields in net.opengis.gml with type parameters of type CoordType | |
|---|---|
protected List<CoordType> |
LinearRingType.coord
|
protected List<CoordType> |
EnvelopeType.coord
|
| Methods in net.opengis.gml that return CoordType | |
|---|---|
CoordType |
ObjectFactory.createCoordType()
Create an instance of CoordType |
CoordType |
PointType.getCoord()
Deprecated with GML version 3.0. |
| Methods in net.opengis.gml that return types with arguments of type CoordType | |
|---|---|
JAXBElement<CoordType> |
ObjectFactory.createCoord(CoordType value)
Create an instance of JAXBElement<CoordType>} |
List<CoordType> |
LinearRingType.getCoord()
Deprecated with GML version 3.0 and included for backwards compatibility with GML 2. |
List<CoordType> |
EnvelopeType.getCoord()
deprecated with GML version 3.0 Gets the value of the coord property. |
| Methods in net.opengis.gml with parameters of type CoordType | |
|---|---|
JAXBElement<CoordType> |
ObjectFactory.createCoord(CoordType value)
Create an instance of JAXBElement<CoordType>} |
void |
PointType.setCoord(CoordType value)
Sets the value of the coord property. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||