Package | Description |
---|---|
org.citygml4j.builder.jaxb.marshal.gml | |
org.citygml4j.builder.jaxb.unmarshal.gml | |
org.citygml4j.model.gml.coverage |
Modifier and Type | Method and Description |
---|---|
net.opengis.gml.GridFunctionType |
GMLMarshaller.marshalGridFunction(GridFunction src) |
void |
GMLMarshaller.marshalGridFunction(GridFunction src,
net.opengis.gml.GridFunctionType dest) |
Modifier and Type | Method and Description |
---|---|
GridFunction |
GMLUnmarshaller.unmarshalGridFunction(net.opengis.gml.GridFunctionType src) |
Modifier and Type | Method and Description |
---|---|
void |
GMLUnmarshaller.unmarshalGridFunction(net.opengis.gml.GridFunctionType src,
GridFunction dest) |
Modifier and Type | Class and Description |
---|---|
class |
IndexMap |
Modifier and Type | Method and Description |
---|---|
GridFunction |
CoverageFunction.getGridFunction() |
Modifier and Type | Method and Description |
---|---|
void |
CoverageFunction.setGridFunction(GridFunction gridFunction) |
Constructor and Description |
---|
CoverageFunction(GridFunction gridFunction) |