Uses of Class
de.interactive_instruments.ShapeChange.MapEntry

Packages that use MapEntry
de.interactive_instruments.ShapeChange   
de.interactive_instruments.ShapeChange.Target.SQL   
 

Uses of MapEntry in de.interactive_instruments.ShapeChange
 

Fields in de.interactive_instruments.ShapeChange with type parameters of type MapEntry
protected  HashMap<String,MapEntry> Options.fAttributeGroupMap
           
protected  HashMap<String,MapEntry> Options.fAttributeMap
           
protected  HashMap<String,MapEntry> Options.fBaseMap
          Key: type + "#" + xsdEncodingRule Value: MapEntry with: rule: ("direct") p1: xmlType (optionally) p2: xmlTypeType+"/"+xmlTypeContent
protected  HashMap<String,MapEntry> Options.fElementMap
           
protected  HashMap<String,MapEntry> Options.fNamespaces
          Hash table for external namespaces key: namespace abbreviation / prefix; value: MapEntry (arg1: namespace, arg2: location)
protected  HashMap<String,MapEntry> Options.fPackages
          Hash table for packages
protected  HashMap<String,HashMap<String,MapEntry>> Options.fTargetTypeMap
          Map of type mapping tables for non-XMLSchema targets
protected  HashMap<String,MapEntry> Options.fTypeMap
          Hash table for type and element mappings
 

Methods in de.interactive_instruments.ShapeChange that return MapEntry
 MapEntry Options.attributeGroupMapEntry(String k1, String k2)
           
 MapEntry Options.attributeMapEntry(String k1, String k2)
           
 MapEntry Options.baseMapEntry(String k1, String k2)
          Tries to find a MapEntry that defines the mapping of a type to its xmlType, based upon the given encoding rule or any rules it extends.
 MapEntry Options.elementMapEntry(String k1, String k2)
           
protected  MapEntry Options.namespace(String k1)
           
 MapEntry Options.targetTypeMapEntry(String cls, String type, String rule)
           
 MapEntry Options.typeMapEntry(String k1, String k2)
           
 

Uses of MapEntry in de.interactive_instruments.ShapeChange.Target.SQL
 

Methods in de.interactive_instruments.ShapeChange.Target.SQL with parameters of type MapEntry
 String PostgreSQLStrategy.geometryDataType(MapEntry me, int srid)
           
 String OracleStrategy.geometryDataType(MapEntry me, int srid)
           
 String NullDatabaseStrategy.geometryDataType(MapEntry me, int srid)
           
 String DatabaseStrategy.geometryDataType(MapEntry me, int srid)
           
 



Copyright © 2015. All rights reserved.