org.geotools.gml3.v3_2.gsr
Class GSRSchema
Object
SchemaImpl
GSRSchema
- All Implemented Interfaces:
- Map<Name,AttributeType>, Schema
public class GSRSchema
- extends SchemaImpl
Field Summary |
static ComplexType |
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>
|
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 |
SC_CRS_PROPERTYTYPE_TYPE
public static final ComplexType 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>
GSRSchema
public GSRSchema()
main
public static void main(String[] args)
- Test that this class can be loaded.
Copyright © 1996-2014 Geotools. All Rights Reserved.