
public interface GMLLightFeatureTransformer
| Modifier and Type | Field and Description |
|---|---|
static String |
BEGINTIJD_NAME
Naam voor object begin tijd veld "dat_beg_geldh".
|
static String |
BIJWERKDATUM_NAME
Naam voor laatst bijgewerkt veld "bijwerkdatum".
|
static String |
DEFAULT_GEOM_NAME
default geometrie kolom, "geom2d".
|
static String |
EINDTIJD_NAME
Naam voor object eind tijd veld "datum_einde_geldh".
|
static String |
ID_NAME
gebruik "identif" voor nen3610id.
|
static String |
KRUINLIJN_GEOM_NAME
kruinlijn geometrie kolom, "kruinlijn".
|
static String |
LOD0_GEOM_NAME
"lod0geom".
|
static String |
LOD1_GEOM_NAME
"lod1geom".
|
static String |
LOD2_GEOM_NAME
"lod2geom".
|
static String |
LOD3_GEOM_NAME
"lod3geom".
|
| Modifier and Type | Method and Description |
|---|---|
SimpleFeatureType |
getTargetSchema(SimpleFeatureType gmlSchema,
String targetTableName,
boolean shouldUppercase)
Maak nieuw (getransformeerd) featuretype.
|
SimpleFeature |
transform(SimpleFeature inFeature,
SimpleFeatureType targetType,
boolean shouldUppercase,
boolean userDefinedPrimaryKey,
Date bijwerkDatum)
Transformeer een feature.
|
static final String DEFAULT_GEOM_NAME
static final String KRUINLIJN_GEOM_NAME
static final String LOD0_GEOM_NAME
static final String LOD1_GEOM_NAME
static final String LOD2_GEOM_NAME
static final String LOD3_GEOM_NAME
static final String ID_NAME
static final String BIJWERKDATUM_NAME
static final String BEGINTIJD_NAME
static final String EINDTIJD_NAME
SimpleFeatureType getTargetSchema(SimpleFeatureType gmlSchema, String targetTableName, boolean shouldUppercase)
gmlSchema - Simple GML / GML light feature typetargetTableName - naam van het nieuwe typeshouldUppercase - als de naam van het schema in uppercase moet
(Oracle)SimpleFeature transform(SimpleFeature inFeature, SimpleFeatureType targetType, boolean shouldUppercase, boolean userDefinedPrimaryKey, Date bijwerkDatum)
inFeature - input (te transformeren) featuretargetType - doel type voor transformatieshouldUppercase - als de naam van de attributen in uppercase moet
(Oracle)userDefinedPrimaryKey - true als de identifier uit de bron
wordt geconstrueerd en in bestaand schema wordt geladen, false in
geval geotools gegenereerd schema met fid kolombijwerkDatum - metadata, de datum waarop een object is bijgewerktCopyright © 2014–2016 B3Partners B.V.. All rights reserved.