org.geotools.gml3.v3_2.gts
Class GTSSchema

Object
  extended by SchemaImpl
      extended by GTSSchema
All Implemented Interfaces:
Map<Name,AttributeType>, Schema

public class GTSSchema
extends SchemaImpl


Nested Class Summary
 
Nested classes/interfaces inherited from interface Map
Map.Entry<K,V>
 
Field Summary
static ComplexType TM_PERIODDURATION_PROPERTYTYPE_TYPE
           <xs:complexType name="TM_PeriodDuration_PropertyType"> <xs:sequence minOccurs="0"> <xs:element ref="gts:TM_PeriodDuration"/> </xs:sequence> <xs:attribute ref="gco:nilReason"/> </xs:complexType>
static ComplexType TM_PRIMITIVE_PROPERTYTYPE_TYPE
           <xs:complexType name="TM_Primitive_PropertyType"> <xs:sequence minOccurs="0"> <xs:element ref="gml:AbstractTimePrimitive"/> </xs:sequence> <xs:attributeGroup ref="gco:ObjectReference"/> <xs:attribute ref="gco:nilReason"/> </xs:complexType>
 
Constructor Summary
GTSSchema()
           
 
Method Summary
static void main(String[] args)
          Test that this class can be loaded.
 
Methods inherited from class SchemaImpl
add, clear, containsKey, containsValue, entrySet, equals, get, getURI, hashCode, isEmpty, keySet, profile, put, putAll, remove, size, toString, values
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

TM_PERIODDURATION_PROPERTYTYPE_TYPE

public static final ComplexType TM_PERIODDURATION_PROPERTYTYPE_TYPE

   
  <xs:complexType name="TM_PeriodDuration_PropertyType">
      <xs:sequence minOccurs="0">
          <xs:element ref="gts:TM_PeriodDuration"/>
      </xs:sequence>
      <xs:attribute ref="gco:nilReason"/>
  </xs:complexType>

    
   


TM_PRIMITIVE_PROPERTYTYPE_TYPE

public static final ComplexType TM_PRIMITIVE_PROPERTYTYPE_TYPE

   
  <xs:complexType name="TM_Primitive_PropertyType">
      <xs:sequence minOccurs="0">
          <xs:element ref="gml:AbstractTimePrimitive"/>
      </xs:sequence>
      <xs:attributeGroup ref="gco:ObjectReference"/>
      <xs:attribute ref="gco:nilReason"/>
  </xs:complexType>

    
   

Constructor Detail

GTSSchema

public GTSSchema()
Method Detail

main

public static void main(String[] args)
Test that this class can be loaded.



Copyright © 1996-2014 Geotools. All Rights Reserved.