Package org.geotools.gml3.v3_2.gco
Class GCO
-
public final class GCO extends GML.DelegatingXSD
This interface contains the qualified names of all the types,elements, and attributes in the http://www.isotc211.org/2005/gco schema.
-
-
Field Summary
-
Fields inherited from class XSD
LOGGER, schema, typeMappingProfile, typeSchema
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addDependencies(Set<XSD> dependencies)
Subclass hook to add additional dependencies.protected Schema
buildTypeSchema()
Sets up the schema which maps xml schema types to attribute types.static GCO
getInstance()
Returns the singleton instance.String
getNamespaceURI()
Returns 'http://www.isotc211.org/2005/gco'.String
getSchemaLocation()
Returns the location of 'gco.xsd.'.-
Methods inherited from class GML.DelegatingXSD
buildSchema
-
Methods inherited from class XSD
allDependencies, buildTypeMappingProfile, createSchemaLocationResolver, createSchemaLocator, dispose, equals, getAllDependencies, getAllTypeMappingProfiles, getDependencies, getSchema, getSupplementarySchemaLocator, getTypeMappingProfile, getTypeSchema, hashCode, name, qName, toString
-
-
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
- See Also:
- Constant Field Values
-
AbstractObject_Type
public static final QName AbstractObject_Type
-
Angle_PropertyType
public static final QName Angle_PropertyType
-
Binary_PropertyType
public static final QName Binary_PropertyType
-
Binary_Type
public static final QName Binary_Type
-
Boolean_PropertyType
public static final QName Boolean_PropertyType
-
CharacterString_PropertyType
public static final QName CharacterString_PropertyType
-
CodeListValue_Type
public static final QName CodeListValue_Type
-
Date_PropertyType
public static final QName Date_PropertyType
-
Date_Type
public static final QName Date_Type
-
DateTime_PropertyType
public static final QName DateTime_PropertyType
-
Decimal_PropertyType
public static final QName Decimal_PropertyType
-
Distance_PropertyType
public static final QName Distance_PropertyType
-
GenericName_PropertyType
public static final QName GenericName_PropertyType
-
Integer_PropertyType
public static final QName Integer_PropertyType
-
Length_PropertyType
public static final QName Length_PropertyType
-
LocalName_PropertyType
public static final QName LocalName_PropertyType
-
Measure_PropertyType
public static final QName Measure_PropertyType
-
MemberName_PropertyType
public static final QName MemberName_PropertyType
-
MemberName_Type
public static final QName MemberName_Type
-
Multiplicity_PropertyType
public static final QName Multiplicity_PropertyType
-
Multiplicity_Type
public static final QName Multiplicity_Type
-
MultiplicityRange_PropertyType
public static final QName MultiplicityRange_PropertyType
-
MultiplicityRange_Type
public static final QName MultiplicityRange_Type
-
Number_PropertyType
public static final QName Number_PropertyType
-
ObjectReference_PropertyType
public static final QName ObjectReference_PropertyType
-
Real_PropertyType
public static final QName Real_PropertyType
-
Record_PropertyType
public static final QName Record_PropertyType
-
RecordType_PropertyType
public static final QName RecordType_PropertyType
-
RecordType_Type
public static final QName RecordType_Type
-
Scale_PropertyType
public static final QName Scale_PropertyType
-
ScopedName_PropertyType
public static final QName ScopedName_PropertyType
-
TypeName_PropertyType
public static final QName TypeName_PropertyType
-
TypeName_Type
public static final QName TypeName_Type
-
UnitOfMeasure_PropertyType
public static final QName UnitOfMeasure_PropertyType
-
UnlimitedInteger_PropertyType
public static final QName UnlimitedInteger_PropertyType
-
UnlimitedInteger_Type
public static final QName UnlimitedInteger_Type
-
UomAngle_PropertyType
public static final QName UomAngle_PropertyType
-
UomArea_PropertyType
public static final QName UomArea_PropertyType
-
UomLength_PropertyType
public static final QName UomLength_PropertyType
-
UomScale_PropertyType
public static final QName UomScale_PropertyType
-
UomTime_PropertyType
public static final QName UomTime_PropertyType
-
UomVelocity_PropertyType
public static final QName UomVelocity_PropertyType
-
UomVolume_PropertyType
public static final QName UomVolume_PropertyType
-
AbstractGenericName
public static final QName AbstractGenericName
-
AbstractObject
public static final QName AbstractObject
-
Angle
public static final QName Angle
-
Binary
public static final QName Binary
-
Boolean
public static final QName Boolean
-
CharacterString
public static final QName CharacterString
-
Date
public static final QName Date
-
DateTime
public static final QName DateTime
-
Decimal
public static final QName Decimal
-
Distance
public static final QName Distance
-
Integer
public static final QName Integer
-
Length
public static final QName Length
-
LocalName
public static final QName LocalName
-
Measure
public static final QName Measure
-
MemberName
public static final QName MemberName
-
Multiplicity
public static final QName Multiplicity
-
MultiplicityRange
public static final QName MultiplicityRange
-
Real
public static final QName Real
-
Record
public static final QName Record
-
RecordType
public static final QName RecordType
-
Scale
public static final QName Scale
-
ScopedName
public static final QName ScopedName
-
TypeName
public static final QName TypeName
-
UnlimitedInteger
public static final QName UnlimitedInteger
-
isoType
public static final QName isoType
-
nilReason
public static final QName nilReason
-
-
Method Detail
-
getInstance
public static final GCO getInstance()
Returns the singleton instance.
-
addDependencies
protected void addDependencies(Set<XSD> dependencies)
Description copied from class:XSD
Subclass hook to add additional dependencies.- Overrides:
addDependencies
in classXSD
-
buildTypeSchema
protected Schema buildTypeSchema()
Description copied from class:XSD
Sets up the schema which maps xml schema types to attribute types.- Overrides:
buildTypeSchema
in classXSD
-
getNamespaceURI
public String getNamespaceURI()
Returns 'http://www.isotc211.org/2005/gco'.- Specified by:
getNamespaceURI
in classXSD
-
getSchemaLocation
public String getSchemaLocation()
Returns the location of 'gco.xsd.'.- Specified by:
getSchemaLocation
in classXSD
-
-