Uses of Class
nl.b3p.csw.jaxb.gml.Pos
-
Packages that use Pos Package Description nl.b3p.csw.jaxb.gml -
-
Uses of Pos in nl.b3p.csw.jaxb.gml
Fields in nl.b3p.csw.jaxb.gml declared as Pos Modifier and Type Field Description protected PosArcByCenterPointType. posprotected PosPointType. posFields in nl.b3p.csw.jaxb.gml with type parameters of type Pos Modifier and Type Field Description protected List<Pos>EnvelopeType. posMethods in nl.b3p.csw.jaxb.gml that return Pos Modifier and Type Method Description PosObjectFactory. createPos(DirectPositionType value)Create an instance ofPos}PosArcByCenterPointType. getPos()Gets the value of the pos property.PosPointType. getPos()Gets the value of the pos property.Methods in nl.b3p.csw.jaxb.gml that return types with arguments of type Pos Modifier and Type Method Description List<Pos>EnvelopeType. getPos()Deprecated with GML version 3.1.Methods in nl.b3p.csw.jaxb.gml with parameters of type Pos Modifier and Type Method Description voidArcByCenterPointType. setPos(Pos value)Sets the value of the pos property.voidPointType. setPos(Pos value)Sets the value of the pos property.Constructors in nl.b3p.csw.jaxb.gml with parameters of type Pos Constructor Description ArcByCenterPointType(BigInteger numDerivativesAtStart, BigInteger numDerivativesAtEnd, BigInteger numDerivativeInterior, Pos pos, PointProperty pointProperty, PointRep pointRep, PosList posList, Coordinates coordinates, LengthType radius, AngleType startAngle, AngleType endAngle, CurveInterpolationType interpolation, BigInteger numArc)Fully-initialising value constructorCircleByCenterPointType(BigInteger numDerivativesAtStart, BigInteger numDerivativesAtEnd, BigInteger numDerivativeInterior, Pos pos, PointProperty pointProperty, PointRep pointRep, PosList posList, Coordinates coordinates, LengthType radius, AngleType startAngle, AngleType endAngle, CurveInterpolationType interpolation, BigInteger numArc)Fully-initialising value constructorPointType(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
-