Uses of Enum Class
gov.nasa.gsfc.sscweb.schema.TraceCoordinateSystem
Packages that use TraceCoordinateSystem
-
Uses of TraceCoordinateSystem in gov.nasa.gsfc.sscweb.schema
Fields in gov.nasa.gsfc.sscweb.schema declared as TraceCoordinateSystemModifier and TypeFieldDescriptionprotected TraceCoordinateSystemBoxConjunctionArea.coordinateSystemCoordinate system.protected TraceCoordinateSystemGroundStationCondition.coordinateSystemGround Station Coordinate System.protected TraceCoordinateSystemResultOptions.traceCoordinateSystemTrace coordinate system.Methods in gov.nasa.gsfc.sscweb.schema that return TraceCoordinateSystemModifier and TypeMethodDescriptionstatic TraceCoordinateSystemTraceCoordinateSystem.fromValue(CoordinateSystem v) Gets the enum associated to the value passed as parameter.BoxConjunctionArea.getCoordinateSystem()Coordinate system.GroundStationCondition.getCoordinateSystem()Ground Station Coordinate System.ResultOptions.getTraceCoordinateSystem()Trace coordinate system.static TraceCoordinateSystemReturns the enum constant of this class with the specified name.static TraceCoordinateSystem[]TraceCoordinateSystem.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 TraceCoordinateSystemModifier and TypeMethodDescriptionvoidBoxConjunctionArea.setCoordinateSystem(TraceCoordinateSystem value) Sets the value of the coordinateSystem property.voidGroundStationCondition.setCoordinateSystem(TraceCoordinateSystem value) Sets the value of the coordinateSystem property.voidResultOptions.setTraceCoordinateSystem(TraceCoordinateSystem value) Sets the value of the traceCoordinateSystem property.