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 LineStringSegmentTypeGml311Factory. createLineStringSegmentType()Returns a new object of class 'Line String Segment Type'.LineStringSegmentTypeDocumentRoot. 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 voidDocumentRoot. 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 classLineStringSegmentTypeImplAn 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. lineStringSegmentThe cached value of the 'Line String Segment' containment reference list.Methods in net.opengis.gml311.impl that return LineStringSegmentType Modifier and Type Method Description LineStringSegmentTypeGml311FactoryImpl. createLineStringSegmentType()LineStringSegmentTypeDocumentRootImpl. 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 NotificationChainDocumentRootImpl. basicSetLineStringSegment(LineStringSegmentType newLineStringSegment, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseLineStringSegmentType(LineStringSegmentType object)Returns the result of interpreting the object as an instance of 'Line String Segment Type'.booleanGml311Validator. validateLineStringSegmentType(LineStringSegmentType lineStringSegmentType, DiagnosticChain diagnostics, Map<Object,Object> context)
-