public class Iox2fme
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static COM.safe.fmeobjects.IFMEPoint |
coord2FME(COM.safe.fmeobjects.IFMESession session,
ch.interlis.iom.IomObject value)
Converts a COORD to a FME Point.
|
static COM.safe.fmeobjects.IFMEGeometry |
geom2FME(COM.safe.fmeobjects.IFMESession session,
ch.interlis.iom.IomObject obj) |
static COM.safe.fmeobjects.IFMEMultiPoint |
multicoord2FME(COM.safe.fmeobjects.IFMESession session,
ch.interlis.iom.IomObject value) |
static COM.safe.fmeobjects.IFMEMultiCurve |
multipolyline2FME(COM.safe.fmeobjects.IFMESession session,
ch.interlis.iom.IomObject value) |
static COM.safe.fmeobjects.IFMEMultiArea |
multisurface2FME(COM.safe.fmeobjects.IFMESession session,
ch.interlis.iom.IomObject value) |
static COM.safe.fmeobjects.IFMEPath |
polyline2FME(COM.safe.fmeobjects.IFMESession session,
ch.interlis.iom.IomObject polylineObj,
boolean isSurfaceOrArea)
Converts a POLYLINE to a FME Path.
|
static COM.safe.fmeobjects.IFMEArea |
surface2FME(COM.safe.fmeobjects.IFMESession session,
ch.interlis.iom.IomObject obj)
Converts a SURFACE to a FME Donut.
|
public static COM.safe.fmeobjects.IFMEPoint coord2FME(COM.safe.fmeobjects.IFMESession session,
ch.interlis.iom.IomObject value)
throws DataException
session - FME sessionvalue - INTERLIS COORD structure.DataExceptionpublic static COM.safe.fmeobjects.IFMEPath polyline2FME(COM.safe.fmeobjects.IFMESession session,
ch.interlis.iom.IomObject polylineObj,
boolean isSurfaceOrArea)
throws DataException
session - FME sessionpolylineObj - INTERLIS POLYLINE structureisSurfaceOrArea - true if called as part of a SURFACE conversion.DataExceptionpublic static COM.safe.fmeobjects.IFMEArea surface2FME(COM.safe.fmeobjects.IFMESession session,
ch.interlis.iom.IomObject obj)
throws DataException
session - FME sessionobj - INTERLIS SURFACE structureDataExceptionpublic static COM.safe.fmeobjects.IFMEGeometry geom2FME(COM.safe.fmeobjects.IFMESession session,
ch.interlis.iom.IomObject obj)
throws DataException
DataExceptionpublic static COM.safe.fmeobjects.IFMEMultiCurve multipolyline2FME(COM.safe.fmeobjects.IFMESession session,
ch.interlis.iom.IomObject value)
throws DataException
DataExceptionpublic static COM.safe.fmeobjects.IFMEMultiArea multisurface2FME(COM.safe.fmeobjects.IFMESession session,
ch.interlis.iom.IomObject value)
throws DataException
DataExceptionpublic static COM.safe.fmeobjects.IFMEMultiPoint multicoord2FME(COM.safe.fmeobjects.IFMESession session,
ch.interlis.iom.IomObject value)
throws DataException
DataException