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 MultiLineStringTypeGml311Factory. createMultiLineStringType()Returns a new object of class 'Multi Line String Type'.MultiLineStringTypeDocumentRoot. getMultiLineString()Returns the value of the 'Multi Line String' containment reference.MultiLineStringTypeMultiLineStringPropertyType. 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 voidDocumentRoot. setMultiLineString(MultiLineStringType value)Sets the value of the 'Multi Line String' containment reference.voidMultiLineStringPropertyType. 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 classMultiLineStringTypeImplAn implementation of the model object 'Multi Line String Type'.Fields in net.opengis.gml311.impl declared as MultiLineStringType Modifier and Type Field Description protected MultiLineStringTypeMultiLineStringPropertyTypeImpl. multiLineStringThe cached value of the 'Multi Line String' containment reference.Methods in net.opengis.gml311.impl that return MultiLineStringType Modifier and Type Method Description MultiLineStringTypeGml311FactoryImpl. createMultiLineStringType()MultiLineStringTypeDocumentRootImpl. getMultiLineString()MultiLineStringTypeMultiLineStringPropertyTypeImpl. getMultiLineString()Methods in net.opengis.gml311.impl with parameters of type MultiLineStringType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetMultiLineString(MultiLineStringType newMultiLineString, NotificationChain msgs)NotificationChainMultiLineStringPropertyTypeImpl. basicSetMultiLineString(MultiLineStringType newMultiLineString, NotificationChain msgs)voidDocumentRootImpl. setMultiLineString(MultiLineStringType newMultiLineString)voidMultiLineStringPropertyTypeImpl. 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 TGml311Switch. caseMultiLineStringType(MultiLineStringType object)Returns the result of interpreting the object as an instance of 'Multi Line String Type'.booleanGml311Validator. validateMultiLineStringType(MultiLineStringType multiLineStringType, DiagnosticChain diagnostics, Map<Object,Object> context)
-