org.geotools.wfs.v1_0
Class WFSCapabilities

Object
  extended by XSD
      extended by WFS
          extended by WFSCapabilities

public final class WFSCapabilities
extends WFS

XSD for wfs 1.0. capabilities document; for non capabilities use WFS, as it's based on a different schema.

See Also:
WFSCapabilitiesConfiguration

Field Summary
static QName Capability
           
static QName DCPType
           
static QName LatLongBoundingBox
           
static QName Service
           
 
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, InsertResultsType, LockFeature, LockFeatureResponse, LockFeatureResponseType, LockFeatureType, LockId, LockType, MetadataURLType, NAMESPACE, Native, NativeType, OperationsType, OperationType, OutputFormatListType, Property, PropertyName, PropertyType, Query, QueryType, ResultTypeType, ServesGMLObjectTypeList, SupportsGMLObjectTypeList, Transaction, TransactionResponse, TransactionResponseType, TransactionResults, TransactionResultsType, TransactionSummaryType, TransactionType, TypeNameListType, Update, UpdateElementType, WFS_Capabilities, WFS_CapabilitiesType, XlinkPropertyName
 
Fields inherited from class XSD
LOGGER, schema, typeMappingProfile, typeSchema
 
Constructor Summary
WFSCapabilities()
           
 
Method Summary
protected  void addDependencies(Set dependencies)
          Subclass hook to add additional dependencies.
static WFSCapabilities 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
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

Service

public static final QName Service

LatLongBoundingBox

public static final QName LatLongBoundingBox

DCPType

public static final QName DCPType

Capability

public static final QName Capability
Constructor Detail

WFSCapabilities

public WFSCapabilities()
Method Detail

getInstance

public static final WFSCapabilities 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 class XSD

getSchemaLocation

public String getSchemaLocation()
Returns the location of 'WFS-transaction.xsd.'.

Specified by:
getSchemaLocation in class XSD

getVersion

public String getVersion()
Returns '1.0.0'.

Specified by:
getVersion in class WFS


Copyright © 1996-2014 Geotools. All Rights Reserved.