org.geotools.wfs
Class WFS
java.lang.Object
org.geotools.xml.XSD
org.geotools.wfs.WFS
- Direct Known Subclasses:
- WFS, WFS
public abstract class WFS
- extends XSD
This interface contains the qualified names of all the types,elements, and
attributes in the http://www.opengis.net/wfs
for the
http://schemas.opengis.net/wfs/1.1.0/wfs.xsd
schema.
Constructor Summary |
protected |
WFS()
private constructor |
Method Summary |
java.lang.String |
getNamespaceURI()
Returns 'http://www.opengis.net/wfs'. |
abstract java.lang.String |
getVersion()
Returns the version of WFS. |
Methods inherited from class org.geotools.xml.XSD |
addDependencies, allDependencies, buildSchema, buildTypeMappingProfile, buildTypeSchema, createSchemaLocationResolver, createSchemaLocator, equals, getAllDependencies, getDependencies, getSchema, getSchemaLocation, getTypeMappingProfile, getTypeSchema, hashCode, name, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
NAMESPACE
public static final java.lang.String NAMESPACE
- See Also:
- Constant Field Values
ActionType
public static final javax.xml.namespace.QName ActionType
AllSomeType
public static final javax.xml.namespace.QName AllSomeType
Base_TypeNameListType
public static final javax.xml.namespace.QName Base_TypeNameListType
BaseRequestType
public static final javax.xml.namespace.QName BaseRequestType
DeleteElementType
public static final javax.xml.namespace.QName DeleteElementType
DescribeFeatureTypeType
public static final javax.xml.namespace.QName DescribeFeatureTypeType
FeatureCollectionType
public static final javax.xml.namespace.QName FeatureCollectionType
FeaturesLockedType
public static final javax.xml.namespace.QName FeaturesLockedType
FeaturesNotLockedType
public static final javax.xml.namespace.QName FeaturesNotLockedType
FeatureTypeListType
public static final javax.xml.namespace.QName FeatureTypeListType
FeatureTypeType
public static final javax.xml.namespace.QName FeatureTypeType
GetCapabilitiesType
public static final javax.xml.namespace.QName GetCapabilitiesType
GetFeatureType
public static final javax.xml.namespace.QName GetFeatureType
GetFeatureWithLockType
public static final javax.xml.namespace.QName GetFeatureWithLockType
GetGmlObjectType
public static final javax.xml.namespace.QName GetGmlObjectType
GMLObjectTypeListType
public static final javax.xml.namespace.QName GMLObjectTypeListType
GMLObjectTypeType
public static final javax.xml.namespace.QName GMLObjectTypeType
IdentifierGenerationOptionType
public static final javax.xml.namespace.QName IdentifierGenerationOptionType
InsertedFeatureType
public static final javax.xml.namespace.QName InsertedFeatureType
InsertElementType
public static final javax.xml.namespace.QName InsertElementType
InsertResultsType
public static final javax.xml.namespace.QName InsertResultsType
LockFeatureResponseType
public static final javax.xml.namespace.QName LockFeatureResponseType
LockFeatureType
public static final javax.xml.namespace.QName LockFeatureType
LockType
public static final javax.xml.namespace.QName LockType
MetadataURLType
public static final javax.xml.namespace.QName MetadataURLType
NativeType
public static final javax.xml.namespace.QName NativeType
OperationsType
public static final javax.xml.namespace.QName OperationsType
OperationType
public static final javax.xml.namespace.QName OperationType
OutputFormatListType
public static final javax.xml.namespace.QName OutputFormatListType
PropertyType
public static final javax.xml.namespace.QName PropertyType
QueryType
public static final javax.xml.namespace.QName QueryType
ResultTypeType
public static final javax.xml.namespace.QName ResultTypeType
TransactionResponseType
public static final javax.xml.namespace.QName TransactionResponseType
TransactionResultsType
public static final javax.xml.namespace.QName TransactionResultsType
TransactionResults
public static final javax.xml.namespace.QName TransactionResults
TransactionSummaryType
public static final javax.xml.namespace.QName TransactionSummaryType
TransactionType
public static final javax.xml.namespace.QName TransactionType
TypeNameListType
public static final javax.xml.namespace.QName TypeNameListType
UpdateElementType
public static final javax.xml.namespace.QName UpdateElementType
WFS_CapabilitiesType
public static final javax.xml.namespace.QName WFS_CapabilitiesType
_XlinkPropertyName
public static final javax.xml.namespace.QName _XlinkPropertyName
FeatureTypeType_NoSRS
public static final javax.xml.namespace.QName FeatureTypeType_NoSRS
Delete
public static final javax.xml.namespace.QName Delete
DescribeFeatureType
public static final javax.xml.namespace.QName DescribeFeatureType
FeatureCollection
public static final javax.xml.namespace.QName FeatureCollection
FeatureTypeList
public static final javax.xml.namespace.QName FeatureTypeList
GetCapabilities
public static final javax.xml.namespace.QName GetCapabilities
GetFeature
public static final javax.xml.namespace.QName GetFeature
GetFeatureWithLock
public static final javax.xml.namespace.QName GetFeatureWithLock
GetGmlObject
public static final javax.xml.namespace.QName GetGmlObject
Insert
public static final javax.xml.namespace.QName Insert
LockFeature
public static final javax.xml.namespace.QName LockFeature
LockFeatureResponse
public static final javax.xml.namespace.QName LockFeatureResponse
LockId
public static final javax.xml.namespace.QName LockId
Native
public static final javax.xml.namespace.QName Native
Property
public static final javax.xml.namespace.QName Property
PropertyName
public static final javax.xml.namespace.QName PropertyName
Query
public static final javax.xml.namespace.QName Query
ServesGMLObjectTypeList
public static final javax.xml.namespace.QName ServesGMLObjectTypeList
SupportsGMLObjectTypeList
public static final javax.xml.namespace.QName SupportsGMLObjectTypeList
Transaction
public static final javax.xml.namespace.QName Transaction
TransactionResponse
public static final javax.xml.namespace.QName TransactionResponse
Update
public static final javax.xml.namespace.QName Update
WFS_Capabilities
public static final javax.xml.namespace.QName WFS_Capabilities
XlinkPropertyName
public static final javax.xml.namespace.QName XlinkPropertyName
WFS
protected WFS()
- private constructor
getNamespaceURI
public java.lang.String getNamespaceURI()
- Returns 'http://www.opengis.net/wfs'.
- Specified by:
getNamespaceURI
in class XSD
getVersion
public abstract java.lang.String getVersion()
- Returns the version of WFS.
Copyright © 1996-2010 Geotools. All Rights Reserved.