Uses of Class
gov.nasa.gsfc.spdf.ssc.FootpointRegion
-
-
Uses of FootpointRegion in gov.nasa.gsfc.spdf.ssc
Methods in gov.nasa.gsfc.spdf.ssc that return FootpointRegion Modifier and Type Method Description static FootpointRegion
FootpointRegion. fromValue(int value)
Provides the footpoint region corresponding to the given integer value.static FootpointRegion
FootpointRegion. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FootpointRegion[]
FootpointRegion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in gov.nasa.gsfc.spdf.ssc that return types with arguments of type FootpointRegion Modifier and Type Method Description java.util.List<FootpointRegion>
SatelliteData. getNorthBTracedRegions()
Gets the northBTracedRegions value.java.util.List<FootpointRegion>
SatelliteData. getRadialTraceFootpointRegion()
Gets the radialTraceFootpointRegion value.java.util.List<FootpointRegion>
SatelliteData. getSouthBTracedRegions()
Gets the southBTracedRegions value.Method parameters in gov.nasa.gsfc.spdf.ssc with type arguments of type FootpointRegion Modifier and Type Method Description void
SatelliteData. setNorthBTracedRegions(java.util.List<FootpointRegion> value)
Sets the northBTracedRegions value.void
SatelliteData. setRadialTraceFootpointRegion(java.util.List<FootpointRegion> value)
Sets the radialTraceFootpointRegion value.void
SatelliteData. setSouthBTracedRegions(java.util.List<FootpointRegion> value)
Sets the southBTracedRegions value.
-