Uses of Class
nl.b3p.csw.jaxb.gml.PointRep
-
Packages that use PointRep Package Description nl.b3p.csw.jaxb.gml -
-
Uses of PointRep in nl.b3p.csw.jaxb.gml
Fields in nl.b3p.csw.jaxb.gml declared as PointRep Modifier and Type Field Description protected PointRepArcByCenterPointType. pointRepMethods in nl.b3p.csw.jaxb.gml that return PointRep Modifier and Type Method Description PointRepObjectFactory. createPointRep(PointPropertyType value)Create an instance ofPointRep}PointRepArcByCenterPointType. getPointRep()Deprecated with GML version 3.1.0.Methods in nl.b3p.csw.jaxb.gml with parameters of type PointRep Modifier and Type Method Description voidArcByCenterPointType. setPointRep(PointRep value)Sets the value of the pointRep property.Constructors in nl.b3p.csw.jaxb.gml with parameters of type PointRep 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 constructor
-