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 JAXBElement<? extends AbstractCurveType>CurveProperty. abstractCurveprotected List<JAXBElement<? extends AbstractCurveType>>CurveArrayPropertyType. abstractCurvesMethods in net.opengis.gml._3 that return types with arguments of type AbstractCurveType Modifier and Type Method Description JAXBElement<AbstractCurveType>ObjectFactory. createAbstractCurve(AbstractCurveType value)JAXBElement<? extends AbstractCurveType>CurveProperty. getAbstractCurve()Gets the value of the abstractCurve property.List<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 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(JAXBElement<? extends AbstractCurveType> value)Sets the value of the abstractCurve property.
-