Class Coordinates

java.lang.Object
gov.nasa.gsfc.sscweb.schema.Coordinates
Direct Known Subclasses:
CartesionCoordinates, SurfaceGeographicCoordinates

public abstract class Coordinates extends Object
Coordinates type. <p>Java class for Coordinates complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="Coordinates"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> </restriction> </complexContent> </complexType> }</pre>
  • Constructor Details

    • Coordinates

      public Coordinates()