Package | Description |
---|---|
org.citygml4j.builder.jaxb.marshal.gml | |
org.citygml4j.builder.jaxb.unmarshal.gml | |
org.citygml4j.model.gml.geometry.primitives |
Modifier and Type | Method and Description |
---|---|
void |
GMLMarshaller.marshalAbstractSurfacePatch(AbstractSurfacePatch src,
net.opengis.gml.AbstractSurfacePatchType dest) |
Modifier and Type | Method and Description |
---|---|
void |
GMLUnmarshaller.unmarshalAbstractSurfacePatch(net.opengis.gml.AbstractSurfacePatchType src,
AbstractSurfacePatch dest) |
Modifier and Type | Class and Description |
---|---|
class |
Rectangle |
class |
Triangle |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<AbstractSurfacePatch> |
SurfacePatchArrayProperty.getAssociableClass() |
java.util.List<? extends AbstractSurfacePatch> |
SurfacePatchArrayProperty.getSurfacePatch() |
Modifier and Type | Method and Description |
---|---|
void |
SurfacePatchArrayProperty.addSurfacePatch(AbstractSurfacePatch surfacePatch) |
boolean |
SurfacePatchArrayProperty.unsetSurfacePatch(AbstractSurfacePatch surfacePatch) |
Modifier and Type | Method and Description |
---|---|
void |
SurfacePatchArrayProperty.setSurfacePatch(java.util.List<? extends AbstractSurfacePatch> surfacePatch) |
Constructor and Description |
---|
SurfacePatchArrayProperty(AbstractSurfacePatch... abstractSurfacePatch) |
SurfacePatchArrayProperty(AbstractSurfacePatch abstractSurfacePatch) |
Constructor and Description |
---|
SurfacePatchArrayProperty(java.util.List<? extends AbstractSurfacePatch> abstractSurfacePatch) |