Uses of Interface
net.opengis.gml311.AbstractRingPropertyType
Packages that use AbstractRingPropertyType
-
Uses of AbstractRingPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return AbstractRingPropertyTypeModifier and TypeMethodDescriptionGml311Factory.createAbstractRingPropertyType()Returns a new object of class 'Abstract Ring Property Type'.DocumentRoot.getExterior()Returns the value of the 'Exterior' containment reference.PolygonPatchType.getExterior()Returns the value of the 'Exterior' containment reference.PolygonType.getExterior()Returns the value of the 'Exterior' containment reference.RectangleType.getExterior()Returns the value of the 'Exterior' containment reference.TriangleType.getExterior()Returns the value of the 'Exterior' containment reference.DocumentRoot.getInnerBoundaryIs()Returns the value of the 'Inner Boundary Is' containment reference.DocumentRoot.getInterior()Returns the value of the 'Interior' containment reference.DocumentRoot.getOuterBoundaryIs()Returns the value of the 'Outer Boundary Is' containment reference.Methods in net.opengis.gml311 that return types with arguments of type AbstractRingPropertyTypeModifier and TypeMethodDescriptionEList<AbstractRingPropertyType>PolygonPatchType.getInterior()Returns the value of the 'Interior' containment reference list.EList<AbstractRingPropertyType>PolygonType.getInterior()Returns the value of the 'Interior' containment reference list.Methods in net.opengis.gml311 with parameters of type AbstractRingPropertyTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setExterior(AbstractRingPropertyType value) Sets the value of the 'Exterior' containment reference.voidPolygonPatchType.setExterior(AbstractRingPropertyType value) Sets the value of the 'Exterior' containment reference.voidPolygonType.setExterior(AbstractRingPropertyType value) Sets the value of the 'Exterior' containment reference.voidRectangleType.setExterior(AbstractRingPropertyType value) Sets the value of the 'Exterior' containment reference.voidTriangleType.setExterior(AbstractRingPropertyType value) Sets the value of the 'Exterior' containment reference.voidDocumentRoot.setInnerBoundaryIs(AbstractRingPropertyType value) Sets the value of the 'Inner Boundary Is' containment reference.voidDocumentRoot.setInterior(AbstractRingPropertyType value) Sets the value of the 'Interior' containment reference.voidDocumentRoot.setOuterBoundaryIs(AbstractRingPropertyType value) Sets the value of the 'Outer Boundary Is' containment reference. -
Uses of AbstractRingPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractRingPropertyTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Abstract Ring Property Type'.Methods in net.opengis.gml311.impl that return AbstractRingPropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createAbstractRingPropertyType()DocumentRootImpl.getExterior()PolygonPatchTypeImpl.getExterior()PolygonTypeImpl.getExterior()RectangleTypeImpl.getExterior()TriangleTypeImpl.getExterior()DocumentRootImpl.getInnerBoundaryIs()DocumentRootImpl.getInterior()DocumentRootImpl.getOuterBoundaryIs()Methods in net.opengis.gml311.impl that return types with arguments of type AbstractRingPropertyTypeModifier and TypeMethodDescriptionEList<AbstractRingPropertyType>PolygonPatchTypeImpl.getInterior()EList<AbstractRingPropertyType>PolygonTypeImpl.getInterior()Methods in net.opengis.gml311.impl with parameters of type AbstractRingPropertyTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetExterior(AbstractRingPropertyType newExterior, NotificationChain msgs) NotificationChainPolygonPatchTypeImpl.basicSetExterior(AbstractRingPropertyType newExterior, NotificationChain msgs) NotificationChainPolygonTypeImpl.basicSetExterior(AbstractRingPropertyType newExterior, NotificationChain msgs) NotificationChainRectangleTypeImpl.basicSetExterior(AbstractRingPropertyType newExterior, NotificationChain msgs) NotificationChainTriangleTypeImpl.basicSetExterior(AbstractRingPropertyType newExterior, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetInnerBoundaryIs(AbstractRingPropertyType newInnerBoundaryIs, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetInterior(AbstractRingPropertyType newInterior, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetOuterBoundaryIs(AbstractRingPropertyType newOuterBoundaryIs, NotificationChain msgs) voidDocumentRootImpl.setExterior(AbstractRingPropertyType newExterior) voidPolygonPatchTypeImpl.setExterior(AbstractRingPropertyType newExterior) voidPolygonTypeImpl.setExterior(AbstractRingPropertyType newExterior) voidRectangleTypeImpl.setExterior(AbstractRingPropertyType newExterior) voidTriangleTypeImpl.setExterior(AbstractRingPropertyType newExterior) voidDocumentRootImpl.setInnerBoundaryIs(AbstractRingPropertyType newInnerBoundaryIs) voidDocumentRootImpl.setInterior(AbstractRingPropertyType newInterior) voidDocumentRootImpl.setOuterBoundaryIs(AbstractRingPropertyType newOuterBoundaryIs) -
Uses of AbstractRingPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractRingPropertyTypeModifier and TypeMethodDescriptionGml311Switch.caseAbstractRingPropertyType(AbstractRingPropertyType object) Returns the result of interpreting the object as an instance of 'Abstract Ring Property Type'.booleanGml311Validator.validateAbstractRingPropertyType(AbstractRingPropertyType abstractRingPropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)