Uses of Class
nl.b3p.csw.jaxb.gml.CurvePropertyType
-
Packages that use CurvePropertyType Package Description nl.b3p.csw.jaxb.gml -
-
Uses of CurvePropertyType in nl.b3p.csw.jaxb.gml
Fields in nl.b3p.csw.jaxb.gml declared as CurvePropertyType Modifier and Type Field Description protected CurvePropertyTypeOffsetCurveType. offsetBaseMethods in nl.b3p.csw.jaxb.gml that return CurvePropertyType Modifier and Type Method Description CurvePropertyTypeObjectFactory. createCurvePropertyType()Create an instance ofCurvePropertyTypeCurvePropertyTypeOffsetCurveType. getOffsetBase()Gets the value of the offsetBase property.Methods in nl.b3p.csw.jaxb.gml with parameters of type CurvePropertyType Modifier and Type Method Description BaseCurveObjectFactory. createBaseCurve(CurvePropertyType value)Create an instance ofBaseCurve}CurveMemberObjectFactory. createCurveMember(CurvePropertyType value)Create an instance ofCurveMember}CurvePropertyObjectFactory. createCurveProperty(CurvePropertyType value)Create an instance ofCurveProperty}voidOffsetCurveType. setOffsetBase(CurvePropertyType value)Sets the value of the offsetBase property.Constructors in nl.b3p.csw.jaxb.gml with parameters of type CurvePropertyType Constructor Description BaseCurve(CurvePropertyType value)CurveMember(CurvePropertyType value)CurveProperty(CurvePropertyType value)OffsetCurveType(BigInteger numDerivativesAtStart, BigInteger numDerivativesAtEnd, BigInteger numDerivativeInterior, CurvePropertyType offsetBase, LengthType distance, VectorType refDirection)Fully-initialising value constructor
-