Uses of Class
net.opengis.gml._3.AbstractRingPropertyType
-
Packages that use AbstractRingPropertyType Package Description net.opengis.gml._3 -
-
Uses of AbstractRingPropertyType in net.opengis.gml._3
Fields in net.opengis.gml._3 declared as AbstractRingPropertyType Modifier and Type Field Description protected AbstractRingPropertyTypePolygonType. exteriorFields in net.opengis.gml._3 with type parameters of type AbstractRingPropertyType Modifier and Type Field Description protected List<AbstractRingPropertyType>PolygonType. interiorsMethods in net.opengis.gml._3 that return AbstractRingPropertyType Modifier and Type Method Description AbstractRingPropertyTypeObjectFactory. createAbstractRingPropertyType()Create an instance ofAbstractRingPropertyTypeAbstractRingPropertyTypePolygonType. getExterior()Gets the value of the exterior property.Methods in net.opengis.gml._3 that return types with arguments of type AbstractRingPropertyType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractRingPropertyType>ObjectFactory. createExterior(AbstractRingPropertyType value)jakarta.xml.bind.JAXBElement<AbstractRingPropertyType>ObjectFactory. createInterior(AbstractRingPropertyType value)List<AbstractRingPropertyType>PolygonType. getInteriors()Gets the value of the interiors property.Methods in net.opengis.gml._3 with parameters of type AbstractRingPropertyType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractRingPropertyType>ObjectFactory. createExterior(AbstractRingPropertyType value)jakarta.xml.bind.JAXBElement<AbstractRingPropertyType>ObjectFactory. createInterior(AbstractRingPropertyType value)voidPolygonType. setExterior(AbstractRingPropertyType value)Sets the value of the exterior property.
-