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 TypeMethodDescriptionvoidAbstractRingPropertyType.setLinearRing(LinearRingType value) Sets the value of the 'Linear Ring' containment reference.voidDocumentRoot.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 TypeClassDescriptionclassAn implementation of the model object 'Linear Ring Type'.Fields in net.opengis.gml.impl declared as LinearRingTypeModifier and TypeFieldDescriptionprotected LinearRingTypeAbstractRingPropertyTypeImpl.linearRingThe 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 TypeMethodDescriptionNotificationChainAbstractRingPropertyTypeImpl.basicSetLinearRing(LinearRingType newLinearRing, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetLinearRing(LinearRingType newLinearRing, NotificationChain msgs) voidAbstractRingPropertyTypeImpl.setLinearRing(LinearRingType newLinearRing) voidDocumentRootImpl.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'.booleanGmlValidator.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 TypeMethodDescriptionbooleanAbstractRingPropertyTypeValidator.validateLinearRing(LinearRingType value) booleanDocumentRootValidator.validateLinearRing(LinearRingType value)