Package org.geotools.gml3.v3_2.gss
Class GSSSchema
- Object
- 
- SchemaImpl
- 
- GSSSchema
 
 
- 
- All Implemented Interfaces:
- Map<Name,AttributeType>,- Schema
 
 public class GSSSchema extends SchemaImpl 
- 
- 
Field SummaryFields Modifier and Type Field Description static ComplexTypeGM_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 ComplexTypeGM_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 SummaryConstructors Constructor Description GSSSchema()
 - 
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- 
GM_OBJECT_PROPERTYTYPE_TYPEpublic 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_TYPEpublic 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>
 
- 
 
-