Class XLink
- java.lang.Object
-
- org.citydb.config.project.exporter.XLink
-
public class XLink extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description XLink()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XLinkFeatureConfig
getFeature()
XLinkConfig
getGeometry()
void
setFeature(XLinkFeatureConfig feature)
void
setGeometry(XLinkConfig geometry)
-
-
-
Method Detail
-
getFeature
public XLinkFeatureConfig getFeature()
-
setFeature
public void setFeature(XLinkFeatureConfig feature)
-
getGeometry
public XLinkConfig getGeometry()
-
setGeometry
public void setGeometry(XLinkConfig geometry)
-
-