Modifier and Type | Field and Description |
---|---|
protected Map<String,ProcessMapEntry> |
Options.targetMapEntryByTypeRuleKey
Map entries for a non-XML Schema target
key: {type attribute value}#{rule attribute value}
value: map entry with this combination of type and rule
NOTE: separation by class is not necessary, since the map is reset when
the converter is about to process a target (which also leads to loading
the specific configuration of that target)
|
Modifier and Type | Method and Description |
---|---|
ProcessMapEntry |
ProcessConfiguration.getMapEntry(String type) |
ProcessMapEntry |
MapEntryParamInfos.getMapEntry(String typeName,
String encodingRule) |
ProcessMapEntry |
TransformerConfiguration.getMappingForType(String rule,
String type) |
ProcessMapEntry |
Options.targetMapEntry(String type,
String rule) |
Modifier and Type | Method and Description |
---|---|
List<ProcessMapEntry> |
ProcessConfiguration.getMapEntries() |
Modifier and Type | Method and Description |
---|---|
void |
Options.addTargetTypeMapEntry(ProcessMapEntry pme) |
boolean |
MapEntryParamInfos.hasParameter(ProcessMapEntry pme,
String parameterName) |
Constructor and Description |
---|
MapEntryParamInfos(ShapeChangeResult result,
Collection<ProcessMapEntry> pmes) |
ProcessConfiguration(String className,
ProcessMode processMode,
Map<String,String> parameters,
Map<String,ProcessRuleSet> ruleSets,
List<ProcessMapEntry> mapEntries,
Element advancedProcessConfigurations)
Creates a ProcessConfiguration.
|
TargetConfiguration(String className,
ProcessMode processMode,
Map<String,String> parameters,
Map<String,ProcessRuleSet> ruleSets,
List<ProcessMapEntry> mapEntries,
Set<String> inputIds,
List<Namespace> namespaces,
Element advancedProcessConfigurations)
Creates a TargetConfiguration.
|
TargetXmlSchemaConfiguration(String className,
ProcessMode processMode,
Map<String,String> parameters,
Map<String,ProcessRuleSet> ruleSets,
List<ProcessMapEntry> mapEntries,
List<XsdMapEntry> xsdMapEntries,
List<XmlNamespace> xmlNamespaces,
Set<String> inputIds,
Element advancedProcessConfigurations)
Creates a TargetConfiguration.
|
TransformerConfiguration(String id,
String className,
ProcessMode processMode,
Map<String,String> parameters,
Map<String,ProcessRuleSet> ruleSets,
List<ProcessMapEntry> mapEntries,
List<TaggedValueConfigurationEntry> taggedValues,
String inputId,
Element advancedProcessConfigurations)
Creates a TransformerConfiguration.
|
Modifier and Type | Field and Description |
---|---|
protected static SortedMap<String,ProcessMapEntry> |
ArcGISWorkspace.processMapEntries
TODO: value of 'rule' attribute is currently ignored
key: 'type' attribute value of map entry defined for the target; value:
according map entry
|
Modifier and Type | Field and Description |
---|---|
protected static Map<String,ProcessMapEntry> |
ApplicationSchemaMetadata.mapEntryByType |
Modifier and Type | Field and Description |
---|---|
protected Map<String,ProcessMapEntry> |
ReplicationXmlSchema.mapEntryByType |
Modifier and Type | Method and Description |
---|---|
String |
SQLServerStrategy.geometryDataType(ProcessMapEntry me,
int srid) |
String |
PostgreSQLStrategy.geometryDataType(ProcessMapEntry me,
int srid) |
String |
OracleStrategy.geometryDataType(ProcessMapEntry me,
int srid) |
String |
DatabaseStrategy.geometryDataType(ProcessMapEntry me,
int srid) |
Modifier and Type | Method and Description |
---|---|
boolean |
SQLServerStrategy.validate(Map<String,ProcessMapEntry> mapEntryByType,
MapEntryParamInfos mepp) |
boolean |
PostgreSQLStrategy.validate(Map<String,ProcessMapEntry> mapEntryByType,
MapEntryParamInfos mepp) |
boolean |
OracleStrategy.validate(Map<String,ProcessMapEntry> mapEntryByType,
MapEntryParamInfos mepp) |
boolean |
DatabaseStrategy.validate(Map<String,ProcessMapEntry> mapEntryByType,
MapEntryParamInfos mepp)
Database specific validation of the parameters (including their
characteristics) defined by the map entries declared for the SQL DDL
target.
|
Copyright © 2018. All rights reserved.