Uses of Interface
net.opengis.gml311.LineStringPropertyType
Packages that use LineStringPropertyType
-
Uses of LineStringPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return LineStringPropertyTypeModifier and TypeMethodDescriptionGml311Factory.createLineStringPropertyType()
Returns a new object of class 'Line String Property Type'.DocumentRoot.getLineStringMember()
Returns the value of the 'Line String Member' containment reference.DocumentRoot.getLineStringProperty()
Returns the value of the 'Line String Property' containment reference.Methods in net.opengis.gml311 that return types with arguments of type LineStringPropertyTypeModifier and TypeMethodDescriptionEList<LineStringPropertyType>
MultiLineStringType.getLineStringMember()
Returns the value of the 'Line String Member' containment reference list.Methods in net.opengis.gml311 with parameters of type LineStringPropertyTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setLineStringMember
(LineStringPropertyType value) Sets the value of the 'Line String Member
' containment reference.void
DocumentRoot.setLineStringProperty
(LineStringPropertyType value) Sets the value of the 'Line String Property
' containment reference. -
Uses of LineStringPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement LineStringPropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Line String Property Type'.Fields in net.opengis.gml311.impl with type parameters of type LineStringPropertyTypeModifier and TypeFieldDescriptionprotected EList<LineStringPropertyType>
MultiLineStringTypeImpl.lineStringMember
The cached value of the 'Line String Member
' containment reference list.Methods in net.opengis.gml311.impl that return LineStringPropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createLineStringPropertyType()
DocumentRootImpl.getLineStringMember()
DocumentRootImpl.getLineStringProperty()
Methods in net.opengis.gml311.impl that return types with arguments of type LineStringPropertyTypeModifier and TypeMethodDescriptionEList<LineStringPropertyType>
MultiLineStringTypeImpl.getLineStringMember()
Methods in net.opengis.gml311.impl with parameters of type LineStringPropertyTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetLineStringMember
(LineStringPropertyType newLineStringMember, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetLineStringProperty
(LineStringPropertyType newLineStringProperty, NotificationChain msgs) void
DocumentRootImpl.setLineStringMember
(LineStringPropertyType newLineStringMember) void
DocumentRootImpl.setLineStringProperty
(LineStringPropertyType newLineStringProperty) -
Uses of LineStringPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type LineStringPropertyTypeModifier and TypeMethodDescriptionGml311Switch.caseLineStringPropertyType
(LineStringPropertyType object) Returns the result of interpreting the object as an instance of 'Line String Property Type'.boolean
Gml311Validator.validateLineStringPropertyType
(LineStringPropertyType lineStringPropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)