Uses of Class
nl.b3p.csw.jaxb.gml.AbstractCurveType
-
Packages that use AbstractCurveType Package Description nl.b3p.csw.jaxb.gml -
-
Uses of AbstractCurveType in nl.b3p.csw.jaxb.gml
Subclasses of AbstractCurveType in nl.b3p.csw.jaxb.gml Modifier and Type Class Description classCurveTypeCurve is a 1-dimensional primitive.classLineStringTypeA LineString is a special curve that consists of a single segment with linear interpolation.classOrientableCurveTypeOrientableCurve consists of a curve and an orientation.Fields in nl.b3p.csw.jaxb.gml with type parameters of type AbstractCurveType Modifier and Type Field Description protected List<javax.xml.bind.JAXBElement<? extends AbstractCurveType>>CurveArrayPropertyType. curveprotected javax.xml.bind.JAXBElement<? extends AbstractCurveType>CurvePropertyType. curveMethods in nl.b3p.csw.jaxb.gml that return types with arguments of type AbstractCurveType Modifier and Type Method Description List<javax.xml.bind.JAXBElement<? extends AbstractCurveType>>CurveArrayPropertyType. getCurve()Gets the value of the curve property.javax.xml.bind.JAXBElement<? extends AbstractCurveType>CurvePropertyType. getCurve()Gets the value of the curve property.Methods in nl.b3p.csw.jaxb.gml with parameters of type AbstractCurveType Modifier and Type Method Description AbstractCurveObjectFactory. createAbstractCurve(AbstractCurveType value)Create an instance ofAbstractCurve}Method parameters in nl.b3p.csw.jaxb.gml with type arguments of type AbstractCurveType Modifier and Type Method Description voidCurvePropertyType. setCurve(javax.xml.bind.JAXBElement<? extends AbstractCurveType> value)Sets the value of the curve property.Constructors in nl.b3p.csw.jaxb.gml with parameters of type AbstractCurveType Constructor Description AbstractCurve(AbstractCurveType value)Constructor parameters in nl.b3p.csw.jaxb.gml with type arguments of type AbstractCurveType Constructor Description CurveArrayPropertyType(List<javax.xml.bind.JAXBElement<? extends AbstractCurveType>> curve)Fully-initialising value constructorCurvePropertyType(javax.xml.bind.JAXBElement<? extends AbstractCurveType> curve, String remoteSchema, String type, String href, String role, String arcrole, String title, String show, String actuate)Fully-initialising value constructor
-