
public enum BGTGMLLightTransformerFactory extends Enum<BGTGMLLightTransformerFactory>
| Modifier and Type | Method and Description |
|---|---|
String |
getGmlFileName() |
static String |
getTableName(String gmlFileName)
zoek de tabelnaam voor dit GML bestand.
|
static GMLLightFeatureTransformer |
getTransformer(String gmlFileName)
Zoek de juiste feature transformer op voor het (gml light) bestand.
|
String |
getTransformerClassName() |
static BGTGMLLightTransformerFactory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BGTGMLLightTransformerFactory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BGTGMLLightTransformerFactory inrichtingselement
public static final BGTGMLLightTransformerFactory openbareruimte
public static final BGTGMLLightTransformerFactory bak
public static final BGTGMLLightTransformerFactory bord
public static final BGTGMLLightTransformerFactory put
public static final BGTGMLLightTransformerFactory paal
public static final BGTGMLLightTransformerFactory mast
public static final BGTGMLLightTransformerFactory sensor
public static final BGTGMLLightTransformerFactory installatie
public static final BGTGMLLightTransformerFactory kast
public static final BGTGMLLightTransformerFactory gebouw_installatie
public static final BGTGMLLightTransformerFactory pand
public static final BGTGMLLightTransformerFactory overig_bouwwerk
public static final BGTGMLLightTransformerFactory openbareruimtelabel
public static final BGTGMLLightTransformerFactory functioneelgebied
public static final BGTGMLLightTransformerFactory ongeclassificeerdobject
public static final BGTGMLLightTransformerFactory begroeid_terreindeel
public static final BGTGMLLightTransformerFactory onbegroeid_terreindeel
public static final BGTGMLLightTransformerFactory vegetatieobject
public static final BGTGMLLightTransformerFactory spoor
public static final BGTGMLLightTransformerFactory scheiding
public static final BGTGMLLightTransformerFactory overige_scheiding
public static final BGTGMLLightTransformerFactory waterdeel
public static final BGTGMLLightTransformerFactory ondersteunend_waterdeel
public static final BGTGMLLightTransformerFactory waterinrichtingselement
public static final BGTGMLLightTransformerFactory overbruggingsdeel
public static final BGTGMLLightTransformerFactory kunstwerkdeel
public static final BGTGMLLightTransformerFactory ondersteunend_wegdeel
public static final BGTGMLLightTransformerFactory wegdeel
public static final BGTGMLLightTransformerFactory tunneldeel
public static final BGTGMLLightTransformerFactory straatmeubilair
public static final BGTGMLLightTransformerFactory weginrichtingselement
public static BGTGMLLightTransformerFactory[] values()
for (BGTGMLLightTransformerFactory c : BGTGMLLightTransformerFactory.values()) System.out.println(c);
public static BGTGMLLightTransformerFactory valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getGmlFileName()
public String getTransformerClassName()
public static String getTableName(String gmlFileName)
gmlFileName - GML bestandsnaampublic static GMLLightFeatureTransformer getTransformer(String gmlFileName)
gmlFileName - bestandsnaamnull als er geen transformer beschikbaar
danwel gevonden isCopyright © 2014–2016 B3Partners B.V.. All rights reserved.