Uses of Interface
net.opengis.gml311.MultiLineStringPropertyType
-
Packages that use MultiLineStringPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of MultiLineStringPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return MultiLineStringPropertyType Modifier and Type Method Description MultiLineStringPropertyType
Gml311Factory. createMultiLineStringPropertyType()
Returns a new object of class 'Multi Line String Property Type'. -
Uses of MultiLineStringPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement MultiLineStringPropertyType Modifier and Type Class Description class
MultiLineStringPropertyTypeImpl
An implementation of the model object 'Multi Line String Property Type'.Methods in net.opengis.gml311.impl that return MultiLineStringPropertyType Modifier and Type Method Description MultiLineStringPropertyType
Gml311FactoryImpl. createMultiLineStringPropertyType()
-
Uses of MultiLineStringPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type MultiLineStringPropertyType Modifier and Type Method Description T
Gml311Switch. caseMultiLineStringPropertyType(MultiLineStringPropertyType object)
Returns the result of interpreting the object as an instance of 'Multi Line String Property Type'.boolean
Gml311Validator. validateMultiLineStringPropertyType(MultiLineStringPropertyType multiLineStringPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-