Class TimeseriesType

  • All Implemented Interfaces:
    Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
    Direct Known Subclasses:
    CategoricalTimeseriesType, MeasurementTimeseriesType

    public abstract class TimeseriesType
    extends AbstractFeatureType
    implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString

    Java class for TimeseriesType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="TimeseriesType">
       <complexContent>
         <extension base="{http://www.opengis.net/gml/3.2}AbstractFeatureType">
           <sequence>
             <element name="metadata" type="{http://www.opengis.net/waterml/2.0}TimeseriesMetadataPropertyType" minOccurs="0"/>
             <element name="defaultPointMetadata" type="{http://www.opengis.net/waterml/2.0}TVPDefaultMetadataPropertyType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>