Uses of Class
net.opengis.gml._3.DirectPositionType
-
Packages that use DirectPositionType Package Description net.opengis.gml._3 -
-
Uses of DirectPositionType in net.opengis.gml._3
Subclasses of DirectPositionType in net.opengis.gml._3 Modifier and Type Class Description classVectorFor some applications the components of the position may be adjusted to yield a unit vector.Fields in net.opengis.gml._3 declared as DirectPositionType Modifier and Type Field Description protected DirectPositionTypeEnvelopeType. lowerCornerprotected DirectPositionTypePointType. posprotected DirectPositionTypeEnvelopeType. upperCornerFields in net.opengis.gml._3 with type parameters of type DirectPositionType Modifier and Type Field Description protected List<DirectPositionType>EnvelopeType. posMethods in net.opengis.gml._3 that return DirectPositionType Modifier and Type Method Description DirectPositionTypeObjectFactory. createDirectPositionType()Create an instance ofDirectPositionTypeDirectPositionTypeEnvelopeType. getLowerCorner()Gets the value of the lowerCorner property.DirectPositionTypePointType. getPos()Gets the value of the pos property.DirectPositionTypeEnvelopeType. getUpperCorner()Gets the value of the upperCorner property.Methods in net.opengis.gml._3 that return types with arguments of type DirectPositionType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<DirectPositionType>ObjectFactory. createPos(DirectPositionType value)List<DirectPositionType>EnvelopeType. getPos()Gets the value of the pos property.Methods in net.opengis.gml._3 with parameters of type DirectPositionType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<DirectPositionType>ObjectFactory. createPos(DirectPositionType value)voidEnvelopeType. setLowerCorner(DirectPositionType value)Sets the value of the lowerCorner property.voidPointType. setPos(DirectPositionType value)Sets the value of the pos property.voidEnvelopeType. setUpperCorner(DirectPositionType value)Sets the value of the upperCorner property.
-