Uses of Interface
net.opengis.gml.LinearRingType
Packages that use LinearRingType
Package
Description
-
Uses of LinearRingType in net.opengis.gml
Methods in net.opengis.gml that return LinearRingTypeModifier and TypeMethodDescriptionGmlFactory.createLinearRingType()
Returns a new object of class 'Linear Ring Type'.AbstractRingPropertyType.getLinearRing()
Returns the value of the 'Linear Ring' containment reference.DocumentRoot.getLinearRing()
Returns the value of the 'Linear Ring' containment reference.Methods in net.opengis.gml with parameters of type LinearRingTypeModifier and TypeMethodDescriptionvoid
AbstractRingPropertyType.setLinearRing
(LinearRingType value) Sets the value of the 'Linear Ring
' containment reference.void
DocumentRoot.setLinearRing
(LinearRingType value) Sets the value of the 'Linear Ring
' containment reference. -
Uses of LinearRingType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement LinearRingTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Linear Ring Type'.Fields in net.opengis.gml.impl declared as LinearRingTypeModifier and TypeFieldDescriptionprotected LinearRingType
AbstractRingPropertyTypeImpl.linearRing
The cached value of the 'Linear Ring
' containment reference.Methods in net.opengis.gml.impl that return LinearRingTypeModifier and TypeMethodDescriptionGmlFactoryImpl.createLinearRingType()
AbstractRingPropertyTypeImpl.getLinearRing()
DocumentRootImpl.getLinearRing()
Methods in net.opengis.gml.impl with parameters of type LinearRingTypeModifier and TypeMethodDescriptionNotificationChain
AbstractRingPropertyTypeImpl.basicSetLinearRing
(LinearRingType newLinearRing, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetLinearRing
(LinearRingType newLinearRing, NotificationChain msgs) void
AbstractRingPropertyTypeImpl.setLinearRing
(LinearRingType newLinearRing) void
DocumentRootImpl.setLinearRing
(LinearRingType newLinearRing) -
Uses of LinearRingType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type LinearRingTypeModifier and TypeMethodDescriptionGmlSwitch.caseLinearRingType
(LinearRingType object) Returns the result of interpreting the object as an instance of 'Linear Ring Type'.boolean
GmlValidator.validateLinearRingType
(LinearRingType linearRingType, DiagnosticChain diagnostics, Map context) -
Uses of LinearRingType in net.opengis.gml.validation
Methods in net.opengis.gml.validation with parameters of type LinearRingTypeModifier and TypeMethodDescriptionboolean
AbstractRingPropertyTypeValidator.validateLinearRing
(LinearRingType value) boolean
DocumentRootValidator.validateLinearRing
(LinearRingType value)