Uses of Class
org.boehn.kmlframework.kml.Alias

Packages that use Alias
org.boehn.kmlframework.kml   
 

Uses of Alias in org.boehn.kmlframework.kml
 

Methods in org.boehn.kmlframework.kml that return types with arguments of type Alias
 java.util.List<Alias> Model.getResourceMap()
           
 

Method parameters in org.boehn.kmlframework.kml with type arguments of type Alias
 void Model.setResourceMap(java.util.List<Alias> resourceMap)
           
 

Constructor parameters in org.boehn.kmlframework.kml with type arguments of type Alias
Model(AltitudeModeEnum altitudeMode, java.lang.Double longitude, java.lang.Double latitude, java.lang.Double altitude, java.lang.Double heading, java.lang.Double tilt, java.lang.Double roll, java.lang.Double scaleX, java.lang.Double scaleY, java.lang.Double scaleZ, Link link, java.util.List<Alias> resourceMap)