Uses of Class
net.opengis.gml._3.PolygonType
-
Packages that use PolygonType Package Description net.opengis.gml._3 uk.org.siri.siri21 -
-
Uses of PolygonType in net.opengis.gml._3
Methods in net.opengis.gml._3 that return PolygonType Modifier and Type Method Description PolygonTypeObjectFactory. createPolygonType()Create an instance ofPolygonTypeMethods in net.opengis.gml._3 that return types with arguments of type PolygonType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<PolygonType>ObjectFactory. createPolygon(PolygonType value)Methods in net.opengis.gml._3 with parameters of type PolygonType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<PolygonType>ObjectFactory. createPolygon(PolygonType value) -
Uses of PolygonType in uk.org.siri.siri21
Fields in uk.org.siri.siri21 declared as PolygonType Modifier and Type Field Description protected PolygonTypeAimedFlexibleArea. polygonMethods in uk.org.siri.siri21 that return PolygonType Modifier and Type Method Description PolygonTypeAimedFlexibleArea. getPolygon()Flexible area specified as a gml:Polygon that consists of an interior and exterior linear ring.Methods in uk.org.siri.siri21 with parameters of type PolygonType Modifier and Type Method Description voidAimedFlexibleArea. setPolygon(PolygonType value)Sets the value of the polygon property.
-