Package | Description |
---|---|
org.citygml4j.builder.jaxb.marshal.gml | |
org.citygml4j.builder.jaxb.unmarshal.gml | |
org.citygml4j.model.common.visitor | |
org.citygml4j.model.gml.grids | |
org.citygml4j.util.walker |
Modifier and Type | Method and Description |
---|---|
net.opengis.gml.GridType |
GMLMarshaller.marshalGrid(Grid src) |
void |
GMLMarshaller.marshalGrid(Grid src,
net.opengis.gml.GridType dest) |
Modifier and Type | Method and Description |
---|---|
Grid |
GMLUnmarshaller.unmarshalGrid(net.opengis.gml.GridType src) |
Modifier and Type | Method and Description |
---|---|
void |
GMLUnmarshaller.unmarshalGrid(net.opengis.gml.GridType src,
Grid dest) |
Modifier and Type | Method and Description |
---|---|
T |
GeometryFunctor.apply(Grid grid) |
void |
GeometryVisitor.visit(Grid grid) |
Modifier and Type | Class and Description |
---|---|
class |
RectifiedGrid |
Modifier and Type | Method and Description |
---|---|
T |
GMLFunctionWalker.apply(Grid grid) |
T |
GeometryFunctionWalker.apply(Grid grid) |
void |
GMLWalker.visit(Grid grid) |
void |
GeometryWalker.visit(Grid grid) |