Uses of Interface
net.opengis.gml311.PolygonType
-
Packages that use PolygonType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of PolygonType in net.opengis.gml311
Methods in net.opengis.gml311 that return PolygonType Modifier and Type Method Description PolygonTypeGml311Factory. createPolygonType()Returns a new object of class 'Polygon Type'.PolygonTypeDocumentRoot. getBoundingPolygon()Returns the value of the 'Bounding Polygon' containment reference.PolygonTypeDocumentRoot. getPolygon()Returns the value of the 'Polygon' containment reference.PolygonTypePolygonPropertyType. getPolygon()Returns the value of the 'Polygon' containment reference.Methods in net.opengis.gml311 that return types with arguments of type PolygonType Modifier and Type Method Description EList<PolygonType>ExtentType. getBoundingPolygon()Returns the value of the 'Bounding Polygon' containment reference list.Methods in net.opengis.gml311 with parameters of type PolygonType Modifier and Type Method Description voidDocumentRoot. setBoundingPolygon(PolygonType value)Sets the value of the 'Bounding Polygon' containment reference.voidDocumentRoot. setPolygon(PolygonType value)Sets the value of the 'Polygon' containment reference.voidPolygonPropertyType. setPolygon(PolygonType value)Sets the value of the 'Polygon' containment reference. -
Uses of PolygonType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement PolygonType Modifier and Type Class Description classPolygonTypeImplAn implementation of the model object 'Polygon Type'.Fields in net.opengis.gml311.impl declared as PolygonType Modifier and Type Field Description protected PolygonTypePolygonPropertyTypeImpl. polygonThe cached value of the 'Polygon' containment reference.Fields in net.opengis.gml311.impl with type parameters of type PolygonType Modifier and Type Field Description protected EList<PolygonType>ExtentTypeImpl. boundingPolygonThe cached value of the 'Bounding Polygon' containment reference list.Methods in net.opengis.gml311.impl that return PolygonType Modifier and Type Method Description PolygonTypeGml311FactoryImpl. createPolygonType()PolygonTypeDocumentRootImpl. getBoundingPolygon()PolygonTypeDocumentRootImpl. getPolygon()PolygonTypePolygonPropertyTypeImpl. getPolygon()Methods in net.opengis.gml311.impl that return types with arguments of type PolygonType Modifier and Type Method Description EList<PolygonType>ExtentTypeImpl. getBoundingPolygon()Methods in net.opengis.gml311.impl with parameters of type PolygonType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetBoundingPolygon(PolygonType newBoundingPolygon, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetPolygon(PolygonType newPolygon, NotificationChain msgs)NotificationChainPolygonPropertyTypeImpl. basicSetPolygon(PolygonType newPolygon, NotificationChain msgs)voidDocumentRootImpl. setBoundingPolygon(PolygonType newBoundingPolygon)voidDocumentRootImpl. setPolygon(PolygonType newPolygon)voidPolygonPropertyTypeImpl. setPolygon(PolygonType newPolygon) -
Uses of PolygonType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type PolygonType Modifier and Type Method Description TGml311Switch. casePolygonType(PolygonType object)Returns the result of interpreting the object as an instance of 'Polygon Type'.booleanGml311Validator. validatePolygonType(PolygonType polygonType, DiagnosticChain diagnostics, Map<Object,Object> context)
-