|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutputFormat | |
org.deegree_impl.services.wfs.configuration | |
org.deegree.services.wfs.configuration |
Uses of OutputFormat in org.deegree_impl.services.wfs.configuration |
Classes in org.deegree_impl.services.wfs.configuration that implement OutputFormat | |
class |
OutputFormat_Impl
the interface describes the central configuration for generating a output format known by the wfs. |
Methods in org.deegree_impl.services.wfs.configuration that return OutputFormat | |
OutputFormat[] |
FeatureType_Impl.getOutputFormat()
returns an array of objects that describes the output formatting for the feature type. at least one |
OutputFormat |
FeatureType_Impl.getOutputFormat(java.lang.String name)
returns a named output format. if no output format with the submitted name is known null will be returned |
private static OutputFormat[] |
ConfigurationFactory.createOutputFormats(org.w3c.dom.Element element)
creates a descrptions object for the output formats supported by the datastore for a feature type |
static OutputFormat |
ConfigurationFactory.createOutputFormat(java.lang.String name,
java.lang.String responsibleClass,
ParameterList parameter,
java.net.URL schemaLocation)
creates a descrption object for a output format supported by a datastore for a feature type. |
Methods in org.deegree_impl.services.wfs.configuration with parameters of type OutputFormat | |
void |
FeatureType_Impl.setOutputFormat(OutputFormat[] outputFormat)
|
void |
FeatureType_Impl.addOutputFormat(OutputFormat outputFormat)
|
static FeatureType |
ConfigurationFactory.createFeatureType(java.lang.String name,
OutputFormat[] outputFormats,
java.util.HashMap properties,
java.util.HashMap propertyTypes,
java.util.HashMap datastoreFields,
java.util.HashMap datastoreFieldTypes,
java.util.HashMap dbFieldTypes,
java.util.HashMap alias,
java.util.HashMap aliasInv,
MasterTable masterTable,
RelatedTable[] relatedTables,
java.lang.String crs,
java.lang.String icrs)
creates a description object for each feature type that's accessable through a datastore. |
Constructors in org.deegree_impl.services.wfs.configuration with parameters of type OutputFormat | |
FeatureType_Impl(java.lang.String name,
OutputFormat[] outputFormat,
java.util.HashMap properties,
java.util.HashMap propertyTypes,
java.util.HashMap datastoreFields,
java.util.HashMap datastoreFieldTypes,
java.util.HashMap dbFieldTypes,
java.util.HashMap alias,
java.util.HashMap aliasInv,
MasterTable masterTable,
RelatedTable[] relatedTables,
java.lang.String crs,
java.lang.String icrs)
Creates a new FeatureType_Impl object. |
Uses of OutputFormat in org.deegree.services.wfs.configuration |
Methods in org.deegree.services.wfs.configuration that return OutputFormat | |
OutputFormat[] |
FeatureType.getOutputFormat()
returns an array of objects that describes the output formatting for the feature type. at least one |
OutputFormat |
FeatureType.getOutputFormat(java.lang.String name)
returns a named output format. if no output format with the submitted name is known null will be returned |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |