Uses of Class
gov.nasa.gsfc.spdf.ssc.SpaceRegion
-
-
Uses of SpaceRegion in gov.nasa.gsfc.spdf.ssc
Methods in gov.nasa.gsfc.spdf.ssc that return SpaceRegion Modifier and Type Method Description static SpaceRegionSpaceRegion. fromValue(int value)Provides the space region corresponding to the given integer value.static SpaceRegionSpaceRegion. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SpaceRegion[]SpaceRegion. 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 SpaceRegion Modifier and Type Method Description java.util.List<SpaceRegion>SatelliteData. getSpacecraftRegion()Gets the spacecraftRegion value.Method parameters in gov.nasa.gsfc.spdf.ssc with type arguments of type SpaceRegion Modifier and Type Method Description voidSatelliteData. setSpacecraftRegion(java.util.List<SpaceRegion> value)Sets the spacecraftRegion value.
-