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 LineStringTypeGml311Factory. createLineStringType()Returns a new object of class 'Line String Type'.LineStringTypeDocumentRoot. getLineString()Returns the value of the 'Line String' containment reference.LineStringTypeLineStringPropertyType. 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 voidDocumentRoot. setLineString(LineStringType value)Sets the value of the 'Line String' containment reference.voidLineStringPropertyType. 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 classLineStringTypeImplAn implementation of the model object 'Line String Type'.Fields in net.opengis.gml311.impl declared as LineStringType Modifier and Type Field Description protected LineStringTypeLineStringPropertyTypeImpl. lineStringThe cached value of the 'Line String' containment reference.Methods in net.opengis.gml311.impl that return LineStringType Modifier and Type Method Description LineStringTypeGml311FactoryImpl. createLineStringType()LineStringTypeDocumentRootImpl. getLineString()LineStringTypeLineStringPropertyTypeImpl. getLineString()Methods in net.opengis.gml311.impl with parameters of type LineStringType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetLineString(LineStringType newLineString, NotificationChain msgs)NotificationChainLineStringPropertyTypeImpl. basicSetLineString(LineStringType newLineString, NotificationChain msgs)voidDocumentRootImpl. setLineString(LineStringType newLineString)voidLineStringPropertyTypeImpl. 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 TGml311Switch. caseLineStringType(LineStringType object)Returns the result of interpreting the object as an instance of 'Line String Type'.booleanGml311Validator. validateLineStringType(LineStringType lineStringType, DiagnosticChain diagnostics, Map<Object,Object> context)
-