Uses of Class
nl.b3p.csw.jaxb.gml.BaseCurve
-
Packages that use BaseCurve Package Description nl.b3p.csw.jaxb.gml -
-
Uses of BaseCurve in nl.b3p.csw.jaxb.gml
Fields in nl.b3p.csw.jaxb.gml declared as BaseCurve Modifier and Type Field Description protected BaseCurveOrientableCurveType. baseCurveMethods in nl.b3p.csw.jaxb.gml that return BaseCurve Modifier and Type Method Description BaseCurveObjectFactory. createBaseCurve(CurvePropertyType value)Create an instance ofBaseCurve}BaseCurveOrientableCurveType. getBaseCurve()References or contains the base curve (positive orientation).Methods in nl.b3p.csw.jaxb.gml with parameters of type BaseCurve Modifier and Type Method Description voidOrientableCurveType. setBaseCurve(BaseCurve value)Sets the value of the baseCurve property.Constructors in nl.b3p.csw.jaxb.gml with parameters of type BaseCurve Constructor Description OrientableCurveType(List<MetaDataProperty> metaDataProperty, Description description, List<Name> name, String id, String gid, String srsName, BigInteger srsDimension, List<String> axisLabels, List<String> uomLabels, BaseCurve baseCurve, String orientation)Fully-initialising value constructor
-