org.geotools.gml3.v3_2.gss
Class GSSSchema

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

public class GSSSchema
extends SchemaImpl


Nested Class Summary
 
Nested classes/interfaces inherited from interface Map
Map.Entry<K,V>
 
Field Summary
static ComplexType GM_OBJECT_PROPERTYTYPE_TYPE
           <xs:complexType name="GM_Object_PropertyType"> <xs:sequence minOccurs="0"> <xs:element ref="gml:AbstractGeometry"/> </xs:sequence> <xs:attributeGroup ref="gco:ObjectReference"/> <xs:attribute ref="gco:nilReason"/> </xs:complexType>
static ComplexType GM_POINT_PROPERTYTYPE_TYPE
           <xs:complexType name="GM_Point_PropertyType"> <xs:sequence minOccurs="0"> <xs:element ref="gml:Point"/> </xs:sequence> <xs:attributeGroup ref="gco:ObjectReference"/> <xs:attribute ref="gco:nilReason"/> </xs:complexType>
 
Constructor Summary
GSSSchema()
           
 
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

GM_OBJECT_PROPERTYTYPE_TYPE

public static final ComplexType GM_OBJECT_PROPERTYTYPE_TYPE

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

    
   


GM_POINT_PROPERTYTYPE_TYPE

public static final ComplexType GM_POINT_PROPERTYTYPE_TYPE

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

    
   

Constructor Detail

GSSSchema

public GSSSchema()
Method Detail

main

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



Copyright © 1996-2014 Geotools. All Rights Reserved.