Uses of Interface
net.opengis.gml.AbstractRingPropertyType
Packages that use AbstractRingPropertyType
Package
Description
- 
Uses of AbstractRingPropertyType in net.opengis.gml
Methods in net.opengis.gml that return AbstractRingPropertyTypeModifier and TypeMethodDescriptionGmlFactory.createAbstractRingPropertyType()Returns a new object of class 'Abstract Ring Property Type'.DocumentRoot.getExterior()Returns the value of the 'Exterior' containment reference.PolygonType.getExterior()Returns the value of the 'Exterior' containment reference.DocumentRoot.getInterior()Returns the value of the 'Interior' containment reference.Methods in net.opengis.gml with parameters of type AbstractRingPropertyTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setExterior(AbstractRingPropertyType value) Sets the value of the 'Exterior' containment reference.voidPolygonType.setExterior(AbstractRingPropertyType value) Sets the value of the 'Exterior' containment reference.voidDocumentRoot.setInterior(AbstractRingPropertyType value) Sets the value of the 'Interior' containment reference. - 
Uses of AbstractRingPropertyType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement AbstractRingPropertyTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Abstract Ring Property Type'.Fields in net.opengis.gml.impl declared as AbstractRingPropertyTypeModifier and TypeFieldDescriptionprotected AbstractRingPropertyTypePolygonTypeImpl.exteriorThe cached value of the 'Exterior' containment reference.Methods in net.opengis.gml.impl that return AbstractRingPropertyTypeModifier and TypeMethodDescriptionGmlFactoryImpl.createAbstractRingPropertyType()DocumentRootImpl.getExterior()PolygonTypeImpl.getExterior()DocumentRootImpl.getInterior()Methods in net.opengis.gml.impl with parameters of type AbstractRingPropertyTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetExterior(AbstractRingPropertyType newExterior, NotificationChain msgs) NotificationChainPolygonTypeImpl.basicSetExterior(AbstractRingPropertyType newExterior, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetInterior(AbstractRingPropertyType newInterior, NotificationChain msgs) voidDocumentRootImpl.setExterior(AbstractRingPropertyType newExterior) voidPolygonTypeImpl.setExterior(AbstractRingPropertyType newExterior) voidDocumentRootImpl.setInterior(AbstractRingPropertyType newInterior)  - 
Uses of AbstractRingPropertyType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type AbstractRingPropertyTypeModifier and TypeMethodDescriptionGmlSwitch.caseAbstractRingPropertyType(AbstractRingPropertyType object) Returns the result of interpreting the object as an instance of 'Abstract Ring Property Type'.booleanGmlValidator.validateAbstractRingPropertyType(AbstractRingPropertyType abstractRingPropertyType, DiagnosticChain diagnostics, Map context)  - 
Uses of AbstractRingPropertyType in net.opengis.gml.validation
Methods in net.opengis.gml.validation with parameters of type AbstractRingPropertyTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateExterior(AbstractRingPropertyType value) booleanPolygonTypeValidator.validateExterior(AbstractRingPropertyType value) booleanDocumentRootValidator.validateInterior(AbstractRingPropertyType value)