Uses of Class
net.opengis.gml._3.AbstractCurveType
-
Packages that use AbstractCurveType Package Description net.opengis.gml._3 -
-
Uses of AbstractCurveType in net.opengis.gml._3
Subclasses of AbstractCurveType in net.opengis.gml._3 Modifier and Type Class Description classLineStringTypeJava class for LineStringType complex type.Fields in net.opengis.gml._3 with type parameters of type AbstractCurveType Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<? extends AbstractCurveType>CurveProperty. abstractCurveprotected List<jakarta.xml.bind.JAXBElement<? extends AbstractCurveType>>CurveArrayPropertyType. abstractCurvesMethods in net.opengis.gml._3 that return types with arguments of type AbstractCurveType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractCurveType>ObjectFactory. createAbstractCurve(AbstractCurveType value)jakarta.xml.bind.JAXBElement<? extends AbstractCurveType>CurveProperty. getAbstractCurve()Gets the value of the abstractCurve property.List<jakarta.xml.bind.JAXBElement<? extends AbstractCurveType>>CurveArrayPropertyType. getAbstractCurves()Gets the value of the abstractCurves property.Methods in net.opengis.gml._3 with parameters of type AbstractCurveType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractCurveType>ObjectFactory. createAbstractCurve(AbstractCurveType value)Method parameters in net.opengis.gml._3 with type arguments of type AbstractCurveType Modifier and Type Method Description voidCurveProperty. setAbstractCurve(jakarta.xml.bind.JAXBElement<? extends AbstractCurveType> value)Sets the value of the abstractCurve property.
-