Package | Description |
---|---|
org.citygml4j.builder.jaxb.marshal.citygml.landuse | |
org.citygml4j.builder.jaxb.unmarshal.citygml.landuse | |
org.citygml4j.model.common.visitor | |
org.citygml4j.util.walker |
Modifier and Type | Method and Description |
---|---|
net.opengis.citygml.landuse._2.LandUseType |
LandUse200Marshaller.marshalLandUse(LandUse src) |
net.opengis.citygml.landuse._1.LandUseType |
LandUse100Marshaller.marshalLandUse(LandUse src) |
void |
LandUse200Marshaller.marshalLandUse(LandUse src,
net.opengis.citygml.landuse._2.LandUseType dest) |
void |
LandUse100Marshaller.marshalLandUse(LandUse src,
net.opengis.citygml.landuse._1.LandUseType dest) |
Modifier and Type | Method and Description |
---|---|
LandUse |
LandUse200Unmarshaller.unmarshalLandUse(net.opengis.citygml.landuse._2.LandUseType src) |
LandUse |
LandUse100Unmarshaller.unmarshalLandUse(net.opengis.citygml.landuse._1.LandUseType src) |
Modifier and Type | Method and Description |
---|---|
void |
LandUse200Unmarshaller.unmarshalLandUse(net.opengis.citygml.landuse._2.LandUseType src,
LandUse dest) |
void |
LandUse100Unmarshaller.unmarshalLandUse(net.opengis.citygml.landuse._1.LandUseType src,
LandUse dest) |
Modifier and Type | Method and Description |
---|---|
T |
FeatureFunctor.apply(LandUse landUse) |
void |
FeatureVisitor.visit(LandUse landUse) |
Modifier and Type | Method and Description |
---|---|
T |
GMLFunctionWalker.apply(LandUse landUse) |
T |
FeatureFunctionWalker.apply(LandUse landUse) |
void |
GMLWalker.visit(LandUse landUse) |
void |
FeatureWalker.visit(LandUse landUse) |