Uses of Interface
net.opengis.gml311.MultiLineStringType
Packages that use MultiLineStringType
-
Uses of MultiLineStringType in net.opengis.gml311
Methods in net.opengis.gml311 that return MultiLineStringTypeModifier and TypeMethodDescriptionGml311Factory.createMultiLineStringType()
Returns a new object of class 'Multi Line String Type'.DocumentRoot.getMultiLineString()
Returns the value of the 'Multi Line String' containment reference.MultiLineStringPropertyType.getMultiLineString()
Returns the value of the 'Multi Line String' containment reference.Methods in net.opengis.gml311 with parameters of type MultiLineStringTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setMultiLineString
(MultiLineStringType value) Sets the value of the 'Multi Line String
' containment reference.void
MultiLineStringPropertyType.setMultiLineString
(MultiLineStringType value) Sets the value of the 'Multi Line String
' containment reference. -
Uses of MultiLineStringType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement MultiLineStringTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Multi Line String Type'.Fields in net.opengis.gml311.impl declared as MultiLineStringTypeModifier and TypeFieldDescriptionprotected MultiLineStringType
MultiLineStringPropertyTypeImpl.multiLineString
The cached value of the 'Multi Line String
' containment reference.Methods in net.opengis.gml311.impl that return MultiLineStringTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createMultiLineStringType()
DocumentRootImpl.getMultiLineString()
MultiLineStringPropertyTypeImpl.getMultiLineString()
Methods in net.opengis.gml311.impl with parameters of type MultiLineStringTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetMultiLineString
(MultiLineStringType newMultiLineString, NotificationChain msgs) NotificationChain
MultiLineStringPropertyTypeImpl.basicSetMultiLineString
(MultiLineStringType newMultiLineString, NotificationChain msgs) void
DocumentRootImpl.setMultiLineString
(MultiLineStringType newMultiLineString) void
MultiLineStringPropertyTypeImpl.setMultiLineString
(MultiLineStringType newMultiLineString) -
Uses of MultiLineStringType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type MultiLineStringTypeModifier and TypeMethodDescriptionGml311Switch.caseMultiLineStringType
(MultiLineStringType object) Returns the result of interpreting the object as an instance of 'Multi Line String Type'.boolean
Gml311Validator.validateMultiLineStringType
(MultiLineStringType multiLineStringType, DiagnosticChain diagnostics, Map<Object, Object> context)