Uses of Class
net.opengis.kml.v_2_3.TrackType

Uses of TrackType in net.opengis.kml.v_2_3
 

Fields in net.opengis.kml.v_2_3 with type parameters of type TrackType
protected  List<TrackType> MultiTrackType.track
           
 

Methods in net.opengis.kml.v_2_3 that return TrackType
 TrackType ObjectFactory.createTrackType()
          Create an instance of TrackType
 TrackType TrackType.withAbstractGeometryObjectExtensionGroup(AbstractObjectType... values)
           
 TrackType TrackType.withAbstractGeometryObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 TrackType TrackType.withAbstractGeometryObjectExtensionGroup(List<AbstractObjectType> value)
           
 TrackType TrackType.withAbstractGeometrySimpleExtensionGroup(Collection<Object> values)
           
 TrackType TrackType.withAbstractGeometrySimpleExtensionGroup(List<Object> value)
           
 TrackType TrackType.withAbstractGeometrySimpleExtensionGroup(Object... values)
           
 TrackType TrackType.withAltitudeMode(AltitudeModeEnumType value)
           
 TrackType TrackType.withAltitudeModeObjectExtensionGroup(AbstractObjectType... values)
           
 TrackType TrackType.withAltitudeModeObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 TrackType TrackType.withAltitudeModeObjectExtensionGroup(List<AbstractObjectType> value)
           
 TrackType TrackType.withAltitudeModeSimpleExtensionGroup(Collection<Object> values)
           
 TrackType TrackType.withAltitudeModeSimpleExtensionGroup(List<Object> value)
           
 TrackType TrackType.withAltitudeModeSimpleExtensionGroup(Object... values)
           
 TrackType TrackType.withAngles(Collection<String> values)
           
 TrackType TrackType.withAngles(List<String> value)
           
 TrackType TrackType.withAngles(String... values)
           
 TrackType TrackType.withCoord(Collection<String> values)
           
 TrackType TrackType.withCoord(List<String> value)
           
 TrackType TrackType.withCoord(String... values)
           
 TrackType TrackType.withExtendedData(ExtendedDataType value)
           
 TrackType TrackType.withExtrude(Boolean value)
           
 TrackType TrackType.withId(String value)
           
 TrackType TrackType.withModel(ModelType value)
           
 TrackType TrackType.withObjectSimpleExtensionGroup(Collection<Object> values)
           
 TrackType TrackType.withObjectSimpleExtensionGroup(List<Object> value)
           
 TrackType TrackType.withObjectSimpleExtensionGroup(Object... values)
           
 TrackType TrackType.withSeaFloorAltitudeMode(SeaFloorAltitudeModeEnumType value)
           
 TrackType TrackType.withTargetId(String value)
           
 TrackType TrackType.withTessellate(Boolean value)
           
 TrackType TrackType.withTrackObjectExtensionGroup(AbstractObjectType... values)
           
 TrackType TrackType.withTrackObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 TrackType TrackType.withTrackObjectExtensionGroup(List<AbstractObjectType> value)
           
 TrackType TrackType.withTrackSimpleExtensionGroup(Collection<Object> values)
           
 TrackType TrackType.withTrackSimpleExtensionGroup(List<Object> value)
           
 TrackType TrackType.withTrackSimpleExtensionGroup(Object... values)
           
 TrackType TrackType.withWhen(Collection<String> values)
           
 TrackType TrackType.withWhen(List<String> value)
           
 TrackType TrackType.withWhen(String... values)
           
 

Methods in net.opengis.kml.v_2_3 that return types with arguments of type TrackType
 JAXBElement<TrackType> ObjectFactory.createTrack(TrackType value)
          Create an instance of JAXBElement<TrackType>}
 List<TrackType> MultiTrackType.getTrack()
          Gets the value of the track property.
 

Methods in net.opengis.kml.v_2_3 with parameters of type TrackType
 JAXBElement<TrackType> ObjectFactory.createTrack(TrackType value)
          Create an instance of JAXBElement<TrackType>}
 MultiTrackType MultiTrackType.withTrack(TrackType... values)
           
 

Method parameters in net.opengis.kml.v_2_3 with type arguments of type TrackType
 void MultiTrackType.setTrack(List<TrackType> value)
           
 MultiTrackType MultiTrackType.withTrack(Collection<TrackType> values)
           
 MultiTrackType MultiTrackType.withTrack(List<TrackType> value)
           
 



Copyright © 2008-2015. All Rights Reserved.