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 |
---|---|
net.opengis.gml.AbstractRingPropertyType |
GMLMarshaller.marshalAbstractRingProperty(AbstractRingProperty src) |
Modifier and Type | Method and Description |
---|---|
void |
GMLUnmarshaller.unmarshalAbstractRingProperty(net.opengis.gml.AbstractRingPropertyType src,
AbstractRingProperty dest) |
Modifier and Type | Class and Description |
---|---|
class |
Exterior |
class |
InnerBoundaryIs |
class |
Interior |
class |
OuterBoundaryIs |
Modifier and Type | Method and Description |
---|---|
AbstractRingProperty |
Triangle.getExterior() |
AbstractRingProperty |
Rectangle.getExterior() |
AbstractRingProperty |
Polygon.getExterior() |
Modifier and Type | Method and Description |
---|---|
java.util.List<AbstractRingProperty> |
Polygon.getInterior() |
Modifier and Type | Method and Description |
---|---|
void |
Polygon.addInterior(AbstractRingProperty abstractRingProperty) |
void |
Triangle.setExterior(AbstractRingProperty exterior) |
void |
Rectangle.setExterior(AbstractRingProperty exterior) |
void |
Polygon.setExterior(AbstractRingProperty abstractRingProperty) |
boolean |
Polygon.unsetInterior(AbstractRingProperty abstractRingProperty) |
Modifier and Type | Method and Description |
---|---|
void |
Polygon.setInterior(java.util.List<AbstractRingProperty> abstractRingProperty) |