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