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 TypeMethodDescriptionvoid
DocumentRoot.setExterior
(AbstractRingPropertyType value) Sets the value of the 'Exterior
' containment reference.void
PolygonType.setExterior
(AbstractRingPropertyType value) Sets the value of the 'Exterior
' containment reference.void
DocumentRoot.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 TypeClassDescriptionclass
An implementation of the model object 'Abstract Ring Property Type'.Fields in net.opengis.gml.impl declared as AbstractRingPropertyTypeModifier and TypeFieldDescriptionprotected AbstractRingPropertyType
PolygonTypeImpl.exterior
The 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 TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetExterior
(AbstractRingPropertyType newExterior, NotificationChain msgs) NotificationChain
PolygonTypeImpl.basicSetExterior
(AbstractRingPropertyType newExterior, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetInterior
(AbstractRingPropertyType newInterior, NotificationChain msgs) void
DocumentRootImpl.setExterior
(AbstractRingPropertyType newExterior) void
PolygonTypeImpl.setExterior
(AbstractRingPropertyType newExterior) void
DocumentRootImpl.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'.boolean
GmlValidator.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 TypeMethodDescriptionboolean
DocumentRootValidator.validateExterior
(AbstractRingPropertyType value) boolean
PolygonTypeValidator.validateExterior
(AbstractRingPropertyType value) boolean
DocumentRootValidator.validateInterior
(AbstractRingPropertyType value)