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

Uses of ModelType in net.opengis.kml.v_2_3
 

Fields in net.opengis.kml.v_2_3 declared as ModelType
protected  ModelType TrackType.model
           
 

Methods in net.opengis.kml.v_2_3 that return ModelType
 ModelType ObjectFactory.createModelType()
          Create an instance of ModelType
 ModelType TrackType.getModel()
          Gets the value of the model property.
 ModelType ModelType.withAbstractGeometryObjectExtensionGroup(AbstractObjectType... values)
           
 ModelType ModelType.withAbstractGeometryObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 ModelType ModelType.withAbstractGeometryObjectExtensionGroup(List<AbstractObjectType> value)
           
 ModelType ModelType.withAbstractGeometrySimpleExtensionGroup(Collection<Object> values)
           
 ModelType ModelType.withAbstractGeometrySimpleExtensionGroup(List<Object> value)
           
 ModelType ModelType.withAbstractGeometrySimpleExtensionGroup(Object... values)
           
 ModelType ModelType.withAltitudeMode(AltitudeModeEnumType value)
           
 ModelType ModelType.withAltitudeModeObjectExtensionGroup(AbstractObjectType... values)
           
 ModelType ModelType.withAltitudeModeObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 ModelType ModelType.withAltitudeModeObjectExtensionGroup(List<AbstractObjectType> value)
           
 ModelType ModelType.withAltitudeModeSimpleExtensionGroup(Collection<Object> values)
           
 ModelType ModelType.withAltitudeModeSimpleExtensionGroup(List<Object> value)
           
 ModelType ModelType.withAltitudeModeSimpleExtensionGroup(Object... values)
           
 ModelType ModelType.withId(String value)
           
 ModelType ModelType.withLink(LinkType value)
           
 ModelType ModelType.withLocation(LocationType value)
           
 ModelType ModelType.withModelObjectExtensionGroup(AbstractObjectType... values)
           
 ModelType ModelType.withModelObjectExtensionGroup(Collection<AbstractObjectType> values)
           
 ModelType ModelType.withModelObjectExtensionGroup(List<AbstractObjectType> value)
           
 ModelType ModelType.withModelSimpleExtensionGroup(Collection<Object> values)
           
 ModelType ModelType.withModelSimpleExtensionGroup(List<Object> value)
           
 ModelType ModelType.withModelSimpleExtensionGroup(Object... values)
           
 ModelType ModelType.withObjectSimpleExtensionGroup(Collection<Object> values)
           
 ModelType ModelType.withObjectSimpleExtensionGroup(List<Object> value)
           
 ModelType ModelType.withObjectSimpleExtensionGroup(Object... values)
           
 ModelType ModelType.withOrientation(OrientationType value)
           
 ModelType ModelType.withResourceMap(ResourceMapType value)
           
 ModelType ModelType.withScale(ScaleType value)
           
 ModelType ModelType.withSeaFloorAltitudeMode(SeaFloorAltitudeModeEnumType value)
           
 ModelType ModelType.withTargetId(String value)
           
 

Methods in net.opengis.kml.v_2_3 that return types with arguments of type ModelType
 JAXBElement<ModelType> ObjectFactory.createModel(ModelType value)
          Create an instance of JAXBElement<ModelType>}
 

Methods in net.opengis.kml.v_2_3 with parameters of type ModelType
 JAXBElement<ModelType> ObjectFactory.createModel(ModelType value)
          Create an instance of JAXBElement<ModelType>}
 void TrackType.setModel(ModelType value)
          Sets the value of the model property.
 TrackType TrackType.withModel(ModelType value)
           
 



Copyright © 2008-2015. All Rights Reserved.