Uses of Class
nl.b3p.csw.jaxb.gml.PointProperty
-
Packages that use PointProperty Package Description nl.b3p.csw.jaxb.gml -
-
Uses of PointProperty in nl.b3p.csw.jaxb.gml
Fields in nl.b3p.csw.jaxb.gml declared as PointProperty Modifier and Type Field Description protected PointPropertyArcByCenterPointType. pointPropertyMethods in nl.b3p.csw.jaxb.gml that return PointProperty Modifier and Type Method Description PointPropertyObjectFactory. createPointProperty(PointPropertyType value)Create an instance ofPointProperty}PointPropertyArcByCenterPointType. getPointProperty()Gets the value of the pointProperty property.Methods in nl.b3p.csw.jaxb.gml with parameters of type PointProperty Modifier and Type Method Description voidArcByCenterPointType. setPointProperty(PointProperty value)Sets the value of the pointProperty property.Constructors in nl.b3p.csw.jaxb.gml with parameters of type PointProperty 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
-