| Modifier and Type | Field and Description |
|---|---|
static int |
GET_CAPABILITIES |
static int |
GET_FEATURE_INFO |
static int |
GET_MAP |
static URI |
NAMESPACE |
ALL, EXTENSION, NONE, RESTRICTION| Modifier | Constructor and Description |
|---|---|
protected |
OGCSchema() |
| Modifier and Type | Method and Description |
|---|---|
AttributeGroup[] |
getAttributeGroups()
This method is intended to provide a list of public AttributeGroups defined by this Schema.
|
Attribute[] |
getAttributes()
This method is intended to provide a list of public Attributes defined by this Schema.
|
int |
getBlockDefault()
This method returns the default block value associated with this schema as a mask.
|
ComplexType[] |
getComplexTypes()
This method is intended to provide a list of public ComplexTypes defined by this Schema.
|
Element[] |
getElements()
This method is intended to provide a list of public Elements defined by this Schema.
|
int |
getFinalDefault()
This method returns the default final value associated with this schema as a mask.
|
Group[] |
getGroups()
This method is intended to provide a list of public Groups defined by this Schema.
|
String |
getId()
This method is intended to provide the ID of this Schema.
|
Map |
getImplementationHints()
Returns the implementation hints.
|
Schema[] |
getImports()
This method is intended to provide a list of public Imports defined by this Schema.
|
static OGCSchema |
getInstance() |
String |
getPrefix()
Gets the recommended prefix for this schema.
|
SimpleType[] |
getSimpleTypes()
This method is intended to provide a list of public SimpleTypes defined by this Schema.
|
URI |
getTargetNamespace()
This returns the intended use name of the Schema (kinda like an ID, for a better definition
see the XML Schema Specification).
|
URI |
getURI() |
String |
getVersion()
This returns the Schema version ...
|
boolean |
includesURI(URI uri)
This looks to see if the URI passed in is represented by this Schema.
|
boolean |
isAttributeFormDefault()
Returns true when the Default Attribute Form is qualified, false otherwise.
|
boolean |
isElementFormDefault()
Returns true when the Default Element Form is qualified, false otherwise.
|
public static final URI NAMESPACE
public static final int GET_CAPABILITIES
public static final int GET_MAP
public static final int GET_FEATURE_INFO
public static OGCSchema getInstance()
public int getBlockDefault()
SchemagetBlockDefault in interface Schemapublic int getFinalDefault()
SchemagetFinalDefault in interface Schemapublic String getId()
Schemapublic Schema[] getImports()
SchemagetImports in interface SchemaSchemapublic String getPrefix()
Schemapublic URI getTargetNamespace()
SchemagetTargetNamespace in interface Schemapublic String getVersion()
SchemagetVersion in interface Schemapublic boolean includesURI(URI uri)
SchemaUsed to determine if the uri should provided should be included in an instance document.
includesURI in interface Schema#getUris()public boolean isAttributeFormDefault()
SchemaisAttributeFormDefault in interface Schemapublic boolean isElementFormDefault()
SchemaisElementFormDefault in interface Schemapublic AttributeGroup[] getAttributeGroups()
SchemagetAttributeGroups in interface SchemaAttributeGrouppublic Attribute[] getAttributes()
SchemagetAttributes in interface SchemaAttributepublic ComplexType[] getComplexTypes()
SchemagetComplexTypes in interface SchemaComplexTypepublic Element[] getElements()
SchemagetElements in interface SchemaElementpublic Group[] getGroups()
Schemapublic SimpleType[] getSimpleTypes()
SchemagetSimpleTypes in interface SchemaSimpleTypepublic Map getImplementationHints()
getImplementationHints in interface FactoryCopyright © 1996–2019 Geotools. All rights reserved.