Uses of Interface
net.opengis.gml311.PolygonType
Packages that use PolygonType
- 
Uses of PolygonType in net.opengis.gml311Methods in net.opengis.gml311 that return PolygonTypeModifier and TypeMethodDescriptionGml311Factory.createPolygonType()Returns a new object of class 'Polygon Type'.DocumentRoot.getBoundingPolygon()Returns the value of the 'Bounding Polygon' containment reference.DocumentRoot.getPolygon()Returns the value of the 'Polygon' containment reference.PolygonPropertyType.getPolygon()Returns the value of the 'Polygon' containment reference.Methods in net.opengis.gml311 that return types with arguments of type PolygonTypeModifier and TypeMethodDescriptionEList<PolygonType>ExtentType.getBoundingPolygon()Returns the value of the 'Bounding Polygon' containment reference list.Methods in net.opengis.gml311 with parameters of type PolygonTypeModifier and TypeMethodDescriptionvoidDocumentRoot.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.implClasses in net.opengis.gml311.impl that implement PolygonTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Polygon Type'.Fields in net.opengis.gml311.impl declared as PolygonTypeModifier and TypeFieldDescriptionprotected PolygonTypePolygonPropertyTypeImpl.polygonThe cached value of the 'Polygon' containment reference.Fields in net.opengis.gml311.impl with type parameters of type PolygonTypeModifier and TypeFieldDescriptionprotected EList<PolygonType>ExtentTypeImpl.boundingPolygonThe cached value of the 'Bounding Polygon' containment reference list.Methods in net.opengis.gml311.impl that return PolygonTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createPolygonType()DocumentRootImpl.getBoundingPolygon()DocumentRootImpl.getPolygon()PolygonPropertyTypeImpl.getPolygon()Methods in net.opengis.gml311.impl that return types with arguments of type PolygonTypeMethods in net.opengis.gml311.impl with parameters of type PolygonTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.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.utilMethods in net.opengis.gml311.util with parameters of type PolygonTypeModifier and TypeMethodDescriptionGml311Switch.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)