Uses of Interface
net.opengis.gml311.RingType
Packages that use RingType
-
Uses of RingType in net.opengis.gml311
Methods in net.opengis.gml311 that return RingTypeModifier and TypeMethodDescriptionGml311Factory.createRingType()
Returns a new object of class 'Ring Type'.RingPropertyType.getRing()
Returns the value of the 'Ring' containment reference.DocumentRoot.getRing1()
Returns the value of the 'Ring1' containment reference.Methods in net.opengis.gml311 with parameters of type RingType -
Uses of RingType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement RingTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Ring Type'.Fields in net.opengis.gml311.impl declared as RingTypeModifier and TypeFieldDescriptionprotected RingType
RingPropertyTypeImpl.ring
The cached value of the 'Ring
' containment reference.Methods in net.opengis.gml311.impl that return RingTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createRingType()
RingPropertyTypeImpl.getRing()
DocumentRootImpl.getRing1()
Methods in net.opengis.gml311.impl with parameters of type RingTypeModifier and TypeMethodDescriptionNotificationChain
RingPropertyTypeImpl.basicSetRing
(RingType newRing, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetRing1
(RingType newRing1, NotificationChain msgs) void
void
-
Uses of RingType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type RingTypeModifier and TypeMethodDescriptionGml311Switch.caseRingType
(RingType object) Returns the result of interpreting the object as an instance of 'Ring Type'.boolean
Gml311Validator.validateRingType
(RingType ringType, DiagnosticChain diagnostics, Map<Object, Object> context)