Uses of Interface
net.opengis.gml311.LineStringSegmentType
-
Packages that use LineStringSegmentType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of LineStringSegmentType in net.opengis.gml311
Methods in net.opengis.gml311 that return LineStringSegmentType Modifier and Type Method Description LineStringSegmentType
Gml311Factory. createLineStringSegmentType()
Returns a new object of class 'Line String Segment Type'.LineStringSegmentType
DocumentRoot. getLineStringSegment()
Returns the value of the 'Line String Segment' containment reference.Methods in net.opengis.gml311 that return types with arguments of type LineStringSegmentType Modifier and Type Method Description EList<LineStringSegmentType>
LineStringSegmentArrayPropertyType. getLineStringSegment()
Returns the value of the 'Line String Segment' containment reference list.Methods in net.opengis.gml311 with parameters of type LineStringSegmentType Modifier and Type Method Description void
DocumentRoot. setLineStringSegment(LineStringSegmentType value)
Sets the value of the 'Line String Segment
' containment reference. -
Uses of LineStringSegmentType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement LineStringSegmentType Modifier and Type Class Description class
LineStringSegmentTypeImpl
An implementation of the model object 'Line String Segment Type'.Fields in net.opengis.gml311.impl with type parameters of type LineStringSegmentType Modifier and Type Field Description protected EList<LineStringSegmentType>
LineStringSegmentArrayPropertyTypeImpl. lineStringSegment
The cached value of the 'Line String Segment
' containment reference list.Methods in net.opengis.gml311.impl that return LineStringSegmentType Modifier and Type Method Description LineStringSegmentType
Gml311FactoryImpl. createLineStringSegmentType()
LineStringSegmentType
DocumentRootImpl. getLineStringSegment()
Methods in net.opengis.gml311.impl that return types with arguments of type LineStringSegmentType Modifier and Type Method Description EList<LineStringSegmentType>
LineStringSegmentArrayPropertyTypeImpl. getLineStringSegment()
Methods in net.opengis.gml311.impl with parameters of type LineStringSegmentType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetLineStringSegment(LineStringSegmentType newLineStringSegment, NotificationChain msgs)
void
DocumentRootImpl. setLineStringSegment(LineStringSegmentType newLineStringSegment)
-
Uses of LineStringSegmentType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type LineStringSegmentType Modifier and Type Method Description T
Gml311Switch. caseLineStringSegmentType(LineStringSegmentType object)
Returns the result of interpreting the object as an instance of 'Line String Segment Type'.boolean
Gml311Validator. validateLineStringSegmentType(LineStringSegmentType lineStringSegmentType, DiagnosticChain diagnostics, Map<Object,Object> context)
-