Uses of Interface
net.opengis.gml311.MultiLineStringType
-
Packages that use MultiLineStringType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of MultiLineStringType in net.opengis.gml311
Methods in net.opengis.gml311 that return MultiLineStringType Modifier and Type Method Description MultiLineStringType
Gml311Factory. createMultiLineStringType()
Returns a new object of class 'Multi Line String Type'.MultiLineStringType
DocumentRoot. getMultiLineString()
Returns the value of the 'Multi Line String' containment reference.MultiLineStringType
MultiLineStringPropertyType. getMultiLineString()
Returns the value of the 'Multi Line String' containment reference.Methods in net.opengis.gml311 with parameters of type MultiLineStringType Modifier and Type Method Description void
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 MultiLineStringType Modifier and Type Class Description class
MultiLineStringTypeImpl
An implementation of the model object 'Multi Line String Type'.Fields in net.opengis.gml311.impl declared as MultiLineStringType Modifier and Type Field Description protected MultiLineStringType
MultiLineStringPropertyTypeImpl. multiLineString
The cached value of the 'Multi Line String
' containment reference.Methods in net.opengis.gml311.impl that return MultiLineStringType Modifier and Type Method Description MultiLineStringType
Gml311FactoryImpl. createMultiLineStringType()
MultiLineStringType
DocumentRootImpl. getMultiLineString()
MultiLineStringType
MultiLineStringPropertyTypeImpl. getMultiLineString()
Methods in net.opengis.gml311.impl with parameters of type MultiLineStringType Modifier and Type Method Description NotificationChain
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 MultiLineStringType Modifier and Type Method Description T
Gml311Switch. 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)
-