Uses of Class
nl.b3p.csw.jaxb.gml.DirectPositionType
-
Packages that use DirectPositionType Package Description nl.b3p.csw.jaxb.gml -
-
Uses of DirectPositionType in nl.b3p.csw.jaxb.gml
Fields in nl.b3p.csw.jaxb.gml declared as DirectPositionType Modifier and Type Field Description protected DirectPositionTypeAffinePlacementType. locationprotected DirectPositionTypeEnvelopeType. lowerCornerprotected DirectPositionTypeEnvelopeType. upperCornerMethods in nl.b3p.csw.jaxb.gml that return DirectPositionType Modifier and Type Method Description DirectPositionTypeObjectFactory. createDirectPositionType()Create an instance ofDirectPositionTypeDirectPositionTypeAffinePlacementType. getLocation()Gets the value of the location property.DirectPositionTypeEnvelopeType. getLowerCorner()Gets the value of the lowerCorner property.DirectPositionTypeEnvelopeType. getUpperCorner()Gets the value of the upperCorner property.Methods in nl.b3p.csw.jaxb.gml with parameters of type DirectPositionType Modifier and Type Method Description PosObjectFactory. createPos(DirectPositionType value)Create an instance ofPos}voidAffinePlacementType. setLocation(DirectPositionType value)Sets the value of the location property.voidEnvelopeType. setLowerCorner(DirectPositionType value)Sets the value of the lowerCorner property.voidEnvelopeType. setUpperCorner(DirectPositionType value)Sets the value of the upperCorner property.Constructors in nl.b3p.csw.jaxb.gml with parameters of type DirectPositionType Constructor Description AffinePlacementType(DirectPositionType location, List<VectorType> refDirection, BigInteger inDimension, BigInteger outDimension)Fully-initialising value constructorEnvelopeType(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 constructorPos(DirectPositionType value)
-