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 LineStringSegmentArrayPropertyTypeGml311Factory. 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 classLineStringSegmentArrayPropertyTypeImplAn 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. breakLinesThe cached value of the 'Break Lines' containment reference list.protected EList<LineStringSegmentArrayPropertyType>TinTypeImpl. stopLinesThe cached value of the 'Stop Lines' containment reference list.Methods in net.opengis.gml311.impl that return LineStringSegmentArrayPropertyType Modifier and Type Method Description LineStringSegmentArrayPropertyTypeGml311FactoryImpl. 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 TGml311Switch. caseLineStringSegmentArrayPropertyType(LineStringSegmentArrayPropertyType object)Returns the result of interpreting the object as an instance of 'Line String Segment Array Property Type'.booleanGml311Validator. validateLineStringSegmentArrayPropertyType(LineStringSegmentArrayPropertyType lineStringSegmentArrayPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-