|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RelatedTable | |
org.deegree_impl.services.wfs | |
org.deegree_impl.services.wfs.configuration | |
org.deegree.services.wfs.configuration |
Uses of RelatedTable in org.deegree_impl.services.wfs |
Methods in org.deegree_impl.services.wfs with parameters of type RelatedTable | |
private InsertTree |
InsertTree.addChild(RelatedTable targetTable,
boolean childIsJT)
Adds a table as a child. |
Uses of RelatedTable in org.deegree_impl.services.wfs.configuration |
Classes in org.deegree_impl.services.wfs.configuration that implement RelatedTable | |
class |
RelatedTable_Impl
--------------------------------------------------------------------- |
Methods in org.deegree_impl.services.wfs.configuration that return RelatedTable | |
RelatedTable[] |
FeatureType_Impl.getRelatedTables()
returns a description of all tables that are related direct or indirect to the master table. if no related tables are defined the method returns a zero length array |
private static RelatedTable[] |
ConfigurationFactory.createRelatedTables(org.w3c.dom.NodeList nl)
create a description object for each table of the feature type related direct or indirect to the master table |
static RelatedTable |
ConfigurationFactory.createRelatedTable(java.lang.String name,
java.lang.String targetName,
java.lang.String idField,
boolean isNumber,
boolean isAutoIncremented,
boolean insertAllowed,
boolean updateAllowed,
boolean deleteAllowed,
java.util.HashMap geoFields,
java.util.HashMap references,
boolean joinTable)
create a description object for a table of a feature type related direct or indirect to the master table |
Methods in org.deegree_impl.services.wfs.configuration with parameters of type RelatedTable | |
void |
FeatureType_Impl.setRelatedTables(RelatedTable[] relatedTables)
|
void |
FeatureType_Impl.addRelatedTable(RelatedTable relatedTable)
|
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 RelatedTable | |
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 RelatedTable in org.deegree.services.wfs.configuration |
Methods in org.deegree.services.wfs.configuration that return RelatedTable | |
RelatedTable[] |
FeatureType.getRelatedTables()
returns a description of all tables that are related direct or indirect to the master table. if no related tables are defined the method returns a zero length array |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |