Uses of Enum Class
gov.nasa.gsfc.sscweb.schema.FootpointRegion
Packages that use FootpointRegion
-
Uses of FootpointRegion in gov.nasa.gsfc.sscweb.schema
Fields in gov.nasa.gsfc.sscweb.schema with type parameters of type FootpointRegionModifier and TypeFieldDescriptionprotected List<FootpointRegion> SatelliteData.northBTracedFootpointRegionsNorth B traced footpoint regions.protected List<FootpointRegion> SatelliteData.radialTracedFootpointRegionsRadial traced footpoint regions.protected List<FootpointRegion> SatelliteData.southBTracedFootpointRegionsSouth B traced footpoint regions.Methods in gov.nasa.gsfc.sscweb.schema that return FootpointRegionModifier and TypeMethodDescriptionstatic FootpointRegionGets the enum associated to the value passed as parameter.static FootpointRegionReturns the enum constant of this class with the specified name.static FootpointRegion[]FootpointRegion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in gov.nasa.gsfc.sscweb.schema that return types with arguments of type FootpointRegionModifier and TypeMethodDescriptionSatelliteData.getNorthBTracedFootpointRegions()North B traced footpoint regions.SatelliteData.getRadialTracedFootpointRegions()Radial traced footpoint regions.SatelliteData.getSouthBTracedFootpointRegions()South B traced footpoint regions.