public class Ili2Reader
extends java.lang.Object
implements COM.safe.fme.pluginbuilder.IFMEReader
| Constructor and Description |
|---|
Ili2Reader(COM.safe.fmeobjects.IFMESession session1,
COM.safe.fme.pluginbuilder.IFMEMappingFile mappingFile1,
java.lang.String keyword,
COM.safe.fmeobjects.IFMELogFile log) |
| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
void |
close() |
boolean |
getProperties(java.lang.String propertyCategory,
java.util.ArrayList values) |
int |
id() |
static boolean |
isBoolean(ch.interlis.ili2c.metamodel.TransferDescription td,
ch.interlis.ili2c.metamodel.AttributeDef attr) |
static boolean |
isBoolean(ch.interlis.ili2c.metamodel.TransferDescription td,
ch.interlis.ili2c.metamodel.Type type) |
static boolean |
isIli1Date(ch.interlis.ili2c.metamodel.TransferDescription td,
ch.interlis.ili2c.metamodel.AttributeDef attr) |
static boolean |
isIli2Date(ch.interlis.ili2c.metamodel.TransferDescription td,
ch.interlis.ili2c.metamodel.AttributeDef attr) |
static boolean |
isIli2DateTime(ch.interlis.ili2c.metamodel.TransferDescription td,
ch.interlis.ili2c.metamodel.AttributeDef attr) |
static boolean |
isIli2Time(ch.interlis.ili2c.metamodel.TransferDescription td,
ch.interlis.ili2c.metamodel.AttributeDef attr) |
void |
myopen(java.util.ArrayList args) |
COM.safe.fmeobjects.IFMEFeature |
myreadSchema(COM.safe.fmeobjects.IFMEFeature ret) |
void |
open(java.util.ArrayList args) |
COM.safe.fmeobjects.IFMEFeature |
read(COM.safe.fmeobjects.IFMEFeature ret) |
COM.safe.fmeobjects.IFMEFeature |
readSchema(COM.safe.fmeobjects.IFMEFeature ret) |
void |
setConstraints(COM.safe.fmeobjects.IFMEFeature arg0) |
boolean |
spatialEnabled() |
public Ili2Reader(COM.safe.fmeobjects.IFMESession session1,
COM.safe.fme.pluginbuilder.IFMEMappingFile mappingFile1,
java.lang.String keyword,
COM.safe.fmeobjects.IFMELogFile log)
public void open(java.util.ArrayList args)
throws java.lang.Exception
open in interface COM.safe.fme.pluginbuilder.IFMEReaderjava.lang.Exceptionpublic void myopen(java.util.ArrayList args)
throws java.lang.Exception
java.lang.Exceptionpublic void abort()
throws java.lang.Exception
abort in interface COM.safe.fme.pluginbuilder.IFMEReaderjava.lang.Exceptionpublic void close()
throws java.lang.Exception
close in interface COM.safe.fme.pluginbuilder.IFMEReaderjava.lang.Exceptionpublic int id()
id in interface COM.safe.fme.pluginbuilder.IFMEReaderpublic COM.safe.fmeobjects.IFMEFeature read(COM.safe.fmeobjects.IFMEFeature ret)
throws java.lang.Exception
read in interface COM.safe.fme.pluginbuilder.IFMEReaderjava.lang.Exceptionpublic COM.safe.fmeobjects.IFMEFeature readSchema(COM.safe.fmeobjects.IFMEFeature ret)
throws java.lang.Exception
readSchema in interface COM.safe.fme.pluginbuilder.IFMEReaderjava.lang.Exceptionpublic COM.safe.fmeobjects.IFMEFeature myreadSchema(COM.safe.fmeobjects.IFMEFeature ret)
throws java.lang.Exception
java.lang.Exceptionpublic static boolean isBoolean(ch.interlis.ili2c.metamodel.TransferDescription td,
ch.interlis.ili2c.metamodel.Type type)
public static boolean isBoolean(ch.interlis.ili2c.metamodel.TransferDescription td,
ch.interlis.ili2c.metamodel.AttributeDef attr)
public static boolean isIli1Date(ch.interlis.ili2c.metamodel.TransferDescription td,
ch.interlis.ili2c.metamodel.AttributeDef attr)
public static boolean isIli2Date(ch.interlis.ili2c.metamodel.TransferDescription td,
ch.interlis.ili2c.metamodel.AttributeDef attr)
public static boolean isIli2Time(ch.interlis.ili2c.metamodel.TransferDescription td,
ch.interlis.ili2c.metamodel.AttributeDef attr)
public static boolean isIli2DateTime(ch.interlis.ili2c.metamodel.TransferDescription td,
ch.interlis.ili2c.metamodel.AttributeDef attr)
public boolean spatialEnabled()
throws java.lang.Exception
spatialEnabled in interface COM.safe.fme.pluginbuilder.IFMEReaderjava.lang.Exceptionpublic void setConstraints(COM.safe.fmeobjects.IFMEFeature arg0)
throws java.lang.Exception
setConstraints in interface COM.safe.fme.pluginbuilder.IFMEReaderjava.lang.Exceptionpublic boolean getProperties(java.lang.String propertyCategory,
java.util.ArrayList values)
throws java.lang.Exception
getProperties in interface COM.safe.fme.pluginbuilder.IFMEReaderjava.lang.Exception