Uses of Interface
net.opengis.gml311.LinearRingType
Packages that use LinearRingType
-
Uses of LinearRingType in net.opengis.gml311
Methods in net.opengis.gml311 that return LinearRingTypeModifier and TypeMethodDescriptionGml311Factory.createLinearRingType()
Returns a new object of class 'Linear Ring Type'.DocumentRoot.getLinearRing()
Returns the value of the 'Linear Ring' containment reference.LinearRingPropertyType.getLinearRing()
Returns the value of the 'Linear Ring' containment reference.Methods in net.opengis.gml311 with parameters of type LinearRingTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setLinearRing
(LinearRingType value) Sets the value of the 'Linear Ring
' containment reference.void
LinearRingPropertyType.setLinearRing
(LinearRingType value) Sets the value of the 'Linear Ring
' containment reference. -
Uses of LinearRingType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement LinearRingTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Linear Ring Type'.Fields in net.opengis.gml311.impl declared as LinearRingTypeModifier and TypeFieldDescriptionprotected LinearRingType
LinearRingPropertyTypeImpl.linearRing
The cached value of the 'Linear Ring
' containment reference.Methods in net.opengis.gml311.impl that return LinearRingTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createLinearRingType()
DocumentRootImpl.getLinearRing()
LinearRingPropertyTypeImpl.getLinearRing()
Methods in net.opengis.gml311.impl with parameters of type LinearRingTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetLinearRing
(LinearRingType newLinearRing, NotificationChain msgs) NotificationChain
LinearRingPropertyTypeImpl.basicSetLinearRing
(LinearRingType newLinearRing, NotificationChain msgs) void
DocumentRootImpl.setLinearRing
(LinearRingType newLinearRing) void
LinearRingPropertyTypeImpl.setLinearRing
(LinearRingType newLinearRing) -
Uses of LinearRingType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type LinearRingTypeModifier and TypeMethodDescriptionGml311Switch.caseLinearRingType
(LinearRingType object) Returns the result of interpreting the object as an instance of 'Linear Ring Type'.boolean
Gml311Validator.validateLinearRingType
(LinearRingType linearRingType, DiagnosticChain diagnostics, Map<Object, Object> context)