Uses of Class
net.opengis.gml._3.AbstractRingType
-
Packages that use AbstractRingType Package Description net.opengis.gml._3 -
-
Uses of AbstractRingType in net.opengis.gml._3
Subclasses of AbstractRingType in net.opengis.gml._3 Modifier and Type Class Description classLinearRingTypeJava class for LinearRingType complex type.Fields in net.opengis.gml._3 with type parameters of type AbstractRingType Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<? extends AbstractRingType>AbstractRingPropertyType. abstractRingMethods in net.opengis.gml._3 that return types with arguments of type AbstractRingType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractRingType>ObjectFactory. createAbstractRing(AbstractRingType value)jakarta.xml.bind.JAXBElement<? extends AbstractRingType>AbstractRingPropertyType. getAbstractRing()Gets the value of the abstractRing property.Methods in net.opengis.gml._3 with parameters of type AbstractRingType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractRingType>ObjectFactory. createAbstractRing(AbstractRingType value)Method parameters in net.opengis.gml._3 with type arguments of type AbstractRingType Modifier and Type Method Description voidAbstractRingPropertyType. setAbstractRing(jakarta.xml.bind.JAXBElement<? extends AbstractRingType> value)Sets the value of the abstractRing property.
-