|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DirectPositionType | |
---|---|
net.opengis.gml |
Uses of DirectPositionType in net.opengis.gml |
---|
Fields in net.opengis.gml declared as DirectPositionType | |
---|---|
protected DirectPositionType |
EnvelopeType.lowerCorner
|
protected DirectPositionType |
PointType.pos
|
protected DirectPositionType |
EnvelopeType.upperCorner
|
Fields in net.opengis.gml with type parameters of type DirectPositionType | |
---|---|
protected List<DirectPositionType> |
EnvelopeType.pos
|
Methods in net.opengis.gml that return DirectPositionType | |
---|---|
DirectPositionType |
ObjectFactory.createDirectPositionType()
Create an instance of DirectPositionType |
DirectPositionType |
EnvelopeType.getLowerCorner()
Gets the value of the lowerCorner property. |
DirectPositionType |
PointType.getPos()
Gets the value of the pos property. |
DirectPositionType |
EnvelopeType.getUpperCorner()
Gets the value of the upperCorner property. |
Methods in net.opengis.gml that return types with arguments of type DirectPositionType | |
---|---|
JAXBElement<DirectPositionType> |
ObjectFactory.createPos(DirectPositionType value)
Create an instance of JAXBElement < DirectPositionType > } |
List<DirectPositionType> |
EnvelopeType.getPos()
Deprecated with GML version 3.1. |
Methods in net.opengis.gml with parameters of type DirectPositionType | |
---|---|
JAXBElement<DirectPositionType> |
ObjectFactory.createPos(DirectPositionType value)
Create an instance of JAXBElement < DirectPositionType > } |
void |
EnvelopeType.setLowerCorner(DirectPositionType value)
Sets the value of the lowerCorner property. |
void |
PointType.setPos(DirectPositionType value)
Sets the value of the pos property. |
void |
EnvelopeType.setUpperCorner(DirectPositionType value)
Sets the value of the upperCorner property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |