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 TypeMethodDescriptionvoid
DocumentRoot.setExterior
(AbstractRingPropertyType value) Sets the value of the 'Exterior
' containment reference.void
PolygonPatchType.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
RectangleType.setExterior
(AbstractRingPropertyType value) Sets the value of the 'Exterior
' containment reference.void
TriangleType.setExterior
(AbstractRingPropertyType value) Sets the value of the 'Exterior
' containment reference.void
DocumentRoot.setInnerBoundaryIs
(AbstractRingPropertyType value) Sets the value of the 'Inner Boundary Is
' containment reference.void
DocumentRoot.setInterior
(AbstractRingPropertyType value) Sets the value of the 'Interior
' containment reference.void
DocumentRoot.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 TypeClassDescriptionclass
An 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 TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetExterior
(AbstractRingPropertyType newExterior, NotificationChain msgs) NotificationChain
PolygonPatchTypeImpl.basicSetExterior
(AbstractRingPropertyType newExterior, NotificationChain msgs) NotificationChain
PolygonTypeImpl.basicSetExterior
(AbstractRingPropertyType newExterior, NotificationChain msgs) NotificationChain
RectangleTypeImpl.basicSetExterior
(AbstractRingPropertyType newExterior, NotificationChain msgs) NotificationChain
TriangleTypeImpl.basicSetExterior
(AbstractRingPropertyType newExterior, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetInnerBoundaryIs
(AbstractRingPropertyType newInnerBoundaryIs, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetInterior
(AbstractRingPropertyType newInterior, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetOuterBoundaryIs
(AbstractRingPropertyType newOuterBoundaryIs, NotificationChain msgs) void
DocumentRootImpl.setExterior
(AbstractRingPropertyType newExterior) void
PolygonPatchTypeImpl.setExterior
(AbstractRingPropertyType newExterior) void
PolygonTypeImpl.setExterior
(AbstractRingPropertyType newExterior) void
RectangleTypeImpl.setExterior
(AbstractRingPropertyType newExterior) void
TriangleTypeImpl.setExterior
(AbstractRingPropertyType newExterior) void
DocumentRootImpl.setInnerBoundaryIs
(AbstractRingPropertyType newInnerBoundaryIs) void
DocumentRootImpl.setInterior
(AbstractRingPropertyType newInterior) void
DocumentRootImpl.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'.boolean
Gml311Validator.validateAbstractRingPropertyType
(AbstractRingPropertyType abstractRingPropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)