Uses of Enum Class
gov.nasa.gsfc.sscweb.schema.MapRegion
Packages that use MapRegion
-
Uses of MapRegion in gov.nasa.gsfc.sscweb.schema
Fields in gov.nasa.gsfc.sscweb.schema declared as MapRegionModifier and TypeFieldDescriptionprotected MapRegionConjunctionDescription.northBTracedRegionSatellite's north magnetice field traced region location at time of conjunction.protected MapRegionConjunctionDescription.radialTracedRegionSatellite's radial trace region location at time of conjunction.protected MapRegionConjunctionDescription.southBTracedRegionSatellite's south magnetice field traced region location at time of conjunction.Methods in gov.nasa.gsfc.sscweb.schema that return MapRegionModifier and TypeMethodDescriptionstatic MapRegionGets the enum associated to the value passed as parameter.ConjunctionDescription.getNorthBTracedRegion()Satellite's north magnetice field traced region location at time of conjunction.ConjunctionDescription.getRadialTracedRegion()Satellite's radial trace region location at time of conjunction.ConjunctionDescription.getSouthBTracedRegion()Satellite's south magnetice field traced region location at time of conjunction.static MapRegionReturns the enum constant of this class with the specified name.static MapRegion[]MapRegion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in gov.nasa.gsfc.sscweb.schema with parameters of type MapRegionModifier and TypeMethodDescriptionvoidConjunctionDescription.setNorthBTracedRegion(MapRegion value) Sets the value of the northBTracedRegion property.voidConjunctionDescription.setRadialTracedRegion(MapRegion value) Sets the value of the radialTracedRegion property.voidConjunctionDescription.setSouthBTracedRegion(MapRegion value) Sets the value of the southBTracedRegion property.