Uses of Interface
net.opengis.gml311.LineStringSegmentArrayPropertyType
-
Packages that use LineStringSegmentArrayPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of LineStringSegmentArrayPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return LineStringSegmentArrayPropertyType Modifier and Type Method Description LineStringSegmentArrayPropertyType
Gml311Factory. createLineStringSegmentArrayPropertyType()
Returns a new object of class 'Line String Segment Array Property Type'.Methods in net.opengis.gml311 that return types with arguments of type LineStringSegmentArrayPropertyType Modifier and Type Method Description EList<LineStringSegmentArrayPropertyType>
TinType. getBreakLines()
Returns the value of the 'Break Lines' containment reference list.EList<LineStringSegmentArrayPropertyType>
TinType. getStopLines()
Returns the value of the 'Stop Lines' containment reference list. -
Uses of LineStringSegmentArrayPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement LineStringSegmentArrayPropertyType Modifier and Type Class Description class
LineStringSegmentArrayPropertyTypeImpl
An implementation of the model object 'Line String Segment Array Property Type'.Fields in net.opengis.gml311.impl with type parameters of type LineStringSegmentArrayPropertyType Modifier and Type Field Description protected EList<LineStringSegmentArrayPropertyType>
TinTypeImpl. breakLines
The cached value of the 'Break Lines
' containment reference list.protected EList<LineStringSegmentArrayPropertyType>
TinTypeImpl. stopLines
The cached value of the 'Stop Lines
' containment reference list.Methods in net.opengis.gml311.impl that return LineStringSegmentArrayPropertyType Modifier and Type Method Description LineStringSegmentArrayPropertyType
Gml311FactoryImpl. createLineStringSegmentArrayPropertyType()
Methods in net.opengis.gml311.impl that return types with arguments of type LineStringSegmentArrayPropertyType Modifier and Type Method Description EList<LineStringSegmentArrayPropertyType>
TinTypeImpl. getBreakLines()
EList<LineStringSegmentArrayPropertyType>
TinTypeImpl. getStopLines()
-
Uses of LineStringSegmentArrayPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type LineStringSegmentArrayPropertyType Modifier and Type Method Description T
Gml311Switch. caseLineStringSegmentArrayPropertyType(LineStringSegmentArrayPropertyType object)
Returns the result of interpreting the object as an instance of 'Line String Segment Array Property Type'.boolean
Gml311Validator. validateLineStringSegmentArrayPropertyType(LineStringSegmentArrayPropertyType lineStringSegmentArrayPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-