Package org.geotools.gml3.v3_2.gsr
Class GSRSchema
Object
SchemaImpl
GSRSchema
- All Implemented Interfaces:
Map<Name,
,AttributeType> Schema
-
Nested Class Summary
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexType
<xs:complexType name="SC_CRS_PropertyType"> <xs:sequence minOccurs="0"> <xs:element ref="gml:AbstractCRS"/> </xs:sequence> <xs:attributeGroup ref="gco:ObjectReference"/> <xs:attribute ref="gco:nilReason"/> </xs:complexType>
-
Constructor Summary
Constructors -
Method Summary
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 interface Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
SC_CRS_PROPERTYTYPE_TYPE
<xs:complexType name="SC_CRS_PropertyType"> <xs:sequence minOccurs="0"> <xs:element ref="gml:AbstractCRS"/> </xs:sequence> <xs:attributeGroup ref="gco:ObjectReference"/> <xs:attribute ref="gco:nilReason"/> </xs:complexType>
-
-
Constructor Details
-
GSRSchema
public GSRSchema()
-