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 FootpointRegionFootpointRegion. fromValue(int value)Provides the footpoint region corresponding to the given integer value.static FootpointRegionFootpointRegion. 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 voidSatelliteData. setNorthBTracedRegions(java.util.List<FootpointRegion> value)Sets the northBTracedRegions value.voidSatelliteData. setRadialTraceFootpointRegion(java.util.List<FootpointRegion> value)Sets the radialTraceFootpointRegion value.voidSatelliteData. setSouthBTracedRegions(java.util.List<FootpointRegion> value)Sets the southBTracedRegions value.
-