Uses of Class
com.axiomalaska.sos.data.Location

Packages that use Location
com.axiomalaska.sos.data   
com.axiomalaska.sos.tools   
 

Uses of Location in com.axiomalaska.sos.data
 

Methods in com.axiomalaska.sos.data that return Location
 Location SosStationImp.getLocation()
          The location of the station
 Location SosStation.getLocation()
          The location of the station
 

Methods in com.axiomalaska.sos.data that return types with arguments of type Location
 java.util.List<Location> ObservationCollection.getObservationLocations()
          The location of each observation
 

Methods in com.axiomalaska.sos.data with parameters of type Location
 void SosStationImp.setLocation(Location location)
           
 

Method parameters in com.axiomalaska.sos.data with type arguments of type Location
 void ObservationCollection.setObservationLocations(java.util.List<Location> observationLocations)
           
 

Uses of Location in com.axiomalaska.sos.tools
 

Methods in com.axiomalaska.sos.tools with parameters of type Location
 java.lang.String IdCreator.createFeatureOfInterestId(SosStation station, SosSensor sensor, Location location)
           
 



Copyright © 2012. All Rights Reserved.