Package | Description |
---|---|
org.citygml4j.builder.jaxb.marshal.gml | |
org.citygml4j.builder.jaxb.unmarshal.gml | |
org.citygml4j.model.gml.geometry.primitives | |
org.citygml4j.util.walker |
Modifier and Type | Method and Description |
---|---|
void |
GMLMarshaller.marshalAbstractRing(AbstractRing src,
net.opengis.gml.AbstractRingType dest) |
Modifier and Type | Method and Description |
---|---|
void |
GMLUnmarshaller.unmarshalAbstractRing(net.opengis.gml.AbstractRingType src,
AbstractRing dest) |
Modifier and Type | Class and Description |
---|---|
class |
LinearRing |
class |
Ring |
Modifier and Type | Method and Description |
---|---|
AbstractRing |
AbstractRingProperty.getRing() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<AbstractRing> |
OuterBoundaryIs.getAssociableClass() |
java.lang.Class<AbstractRing> |
Interior.getAssociableClass() |
java.lang.Class<AbstractRing> |
InnerBoundaryIs.getAssociableClass() |
java.lang.Class<AbstractRing> |
Exterior.getAssociableClass() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRingProperty.setRing(AbstractRing abstractRing) |
Constructor and Description |
---|
AbstractRingProperty(AbstractRing abstractRing) |
Exterior(AbstractRing abstractRing) |
InnerBoundaryIs(AbstractRing abstractRing) |
Interior(AbstractRing abstractRing) |
OuterBoundaryIs(AbstractRing abstractRing) |
Modifier and Type | Method and Description |
---|---|
T |
GMLFunctionWalker.apply(AbstractRing abstractRing) |
T |
GeometryFunctionWalker.apply(AbstractRing abstractRing) |
void |
GMLWalker.visit(AbstractRing abstractRing) |
void |
GeometryWalker.visit(AbstractRing abstractRing) |