Package org.geotools.gml3.v3_2.gts
Class GTSSchema
- Object
- 
- SchemaImpl
- 
- GTSSchema
 
 
- 
- All Implemented Interfaces:
- Map<Name,AttributeType>,- Schema
 
 public class GTSSchema extends SchemaImpl 
- 
- 
Field SummaryFields Modifier and Type Field Description static ComplexTypeTM_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 ComplexTypeTM_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 SummaryConstructors Constructor Description GTSSchema()
 - 
Method Summary- 
Methods inherited from class SchemaImpladd, clear, containsKey, containsValue, entrySet, equals, get, getURI, hashCode, isEmpty, keySet, profile, put, putAll, remove, size, toString, values
 - 
Methods inherited from interface Mapcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
 
- 
 
- 
- 
- 
Field Detail- 
TM_PERIODDURATION_PROPERTYTYPE_TYPEpublic 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_TYPEpublic 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>
 
- 
 
-