Uses of Interface
net.opengis.gml311.LineStringType
Packages that use LineStringType
-
Uses of LineStringType in net.opengis.gml311
Methods in net.opengis.gml311 that return LineStringTypeModifier and TypeMethodDescriptionGml311Factory.createLineStringType()
Returns a new object of class 'Line String Type'.DocumentRoot.getLineString()
Returns the value of the 'Line String' containment reference.LineStringPropertyType.getLineString()
Returns the value of the 'Line String' containment reference.Methods in net.opengis.gml311 with parameters of type LineStringTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setLineString
(LineStringType value) Sets the value of the 'Line String
' containment reference.void
LineStringPropertyType.setLineString
(LineStringType value) Sets the value of the 'Line String
' containment reference. -
Uses of LineStringType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement LineStringTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Line String Type'.Fields in net.opengis.gml311.impl declared as LineStringTypeModifier and TypeFieldDescriptionprotected LineStringType
LineStringPropertyTypeImpl.lineString
The cached value of the 'Line String
' containment reference.Methods in net.opengis.gml311.impl that return LineStringTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createLineStringType()
DocumentRootImpl.getLineString()
LineStringPropertyTypeImpl.getLineString()
Methods in net.opengis.gml311.impl with parameters of type LineStringTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetLineString
(LineStringType newLineString, NotificationChain msgs) NotificationChain
LineStringPropertyTypeImpl.basicSetLineString
(LineStringType newLineString, NotificationChain msgs) void
DocumentRootImpl.setLineString
(LineStringType newLineString) void
LineStringPropertyTypeImpl.setLineString
(LineStringType newLineString) -
Uses of LineStringType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type LineStringTypeModifier and TypeMethodDescriptionGml311Switch.caseLineStringType
(LineStringType object) Returns the result of interpreting the object as an instance of 'Line String Type'.boolean
Gml311Validator.validateLineStringType
(LineStringType lineStringType, DiagnosticChain diagnostics, Map<Object, Object> context)