Package org.geotools.wfs.v1_0
Class WFS
-
public final class WFS extends WFS
XSD for wfs 1.0; except for WFS 1.0 capabilities document, for whichWFSCapabilities
shall be used, as its based on a different schema.- Author:
- Justin Deoliveira, OpenGEO
-
-
Field Summary
Fields Modifier and Type Field Description static QName
InsertResultType
static QName
TransactionResultType
static QName
WFS_LockFeatureResponse
static QName
WFS_LockFeatureResponseType
static QName
WFS_TransactionResponse
static QName
WFS_TransactionResponseType
-
Fields inherited from class WFS
_XlinkPropertyName, ActionType, AllSomeType, Base_TypeNameListType, BaseRequestType, Delete, DeleteElementType, DescribeFeatureType, DescribeFeatureTypeType, FeatureCollection, FeatureCollectionType, FeaturesLockedType, FeaturesNotLockedType, FeatureTypeList, FeatureTypeListType, FeatureTypeType, FeatureTypeType_NoSRS, GetCapabilities, GetCapabilitiesType, GetFeature, GetFeatureType, GetFeatureWithLock, GetFeatureWithLockType, GetGmlObject, GetGmlObjectType, GMLObjectTypeListType, GMLObjectTypeType, IdentifierGenerationOptionType, Insert, InsertedFeatureType, InsertElementType, LockFeature, LockFeatureType, LockId, LockType, MetadataURLType, NAMESPACE, Native, NativeType, OperationsType, OperationType, OutputFormatListType, Property, PropertyName, PropertyType, Query, QueryType, ResultTypeType, ServesGMLObjectTypeList, SupportsGMLObjectTypeList, Transaction, TransactionResults, TransactionResultsType, TransactionSummaryType, TransactionType, TypeNameListType, Update, UpdateElementType, WFS_Capabilities, WFS_CapabilitiesType, XlinkPropertyName
-
Fields inherited from class XSD
LOGGER, schema, typeMappingProfile, typeSchema
-
-
Constructor Summary
Constructors Constructor Description WFS()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addDependencies(Set dependencies)
Subclass hook to add additional dependencies.static WFS
getInstance()
Returns the singleton instance.String
getSchemaLocation()
Returns the location of 'WFS-transaction.xsd.'.String
getVersion()
Returns '1.0.0'.-
Methods inherited from class WFS
getNamespaceURI
-
Methods inherited from class XSD
allDependencies, buildSchema, buildTypeMappingProfile, buildTypeSchema, createSchemaLocationResolver, createSchemaLocator, dispose, equals, getAllDependencies, getAllTypeMappingProfiles, getDependencies, getSchema, getSupplementarySchemaLocator, getTypeMappingProfile, getTypeSchema, hashCode, name, qName, toString
-
-
-
-
Field Detail
-
WFS_TransactionResponseType
public static final QName WFS_TransactionResponseType
-
WFS_TransactionResponse
public static final QName WFS_TransactionResponse
-
WFS_LockFeatureResponseType
public static final QName WFS_LockFeatureResponseType
-
WFS_LockFeatureResponse
public static final QName WFS_LockFeatureResponse
-
InsertResultType
public static final QName InsertResultType
-
TransactionResultType
public static final QName TransactionResultType
-
-
Method Detail
-
getInstance
public static final WFS getInstance()
Returns the singleton instance.
-
addDependencies
protected void addDependencies(Set dependencies)
Description copied from class:XSD
Subclass hook to add additional dependencies.- Overrides:
addDependencies
in classXSD
-
getSchemaLocation
public String getSchemaLocation()
Returns the location of 'WFS-transaction.xsd.'.- Specified by:
getSchemaLocation
in classXSD
-
getVersion
public String getVersion()
Returns '1.0.0'.- Specified by:
getVersion
in classWFS
-
-