public class GSSSchema extends SchemaImpl
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
GSSSchema() |
add, clear, containsKey, containsValue, entrySet, equals, get, getURI, hashCode, isEmpty, keySet, profile, put, putAll, remove, size, toString, valuescompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic 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>
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>
Copyright © 1996–2019 Geotools. All rights reserved.