|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PolygonType | |
---|---|
org.citygml4j.builder.jaxb.marshal.gml | |
org.citygml4j.builder.jaxb.unmarshal.gml | |
org.citygml4j.jaxb.gml._3_1_1 |
Uses of PolygonType in org.citygml4j.builder.jaxb.marshal.gml |
---|
Methods in org.citygml4j.builder.jaxb.marshal.gml that return PolygonType | |
---|---|
PolygonType |
GMLMarshaller.marshalPolygon(Polygon src)
|
Uses of PolygonType in org.citygml4j.builder.jaxb.unmarshal.gml |
---|
Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type PolygonType | |
---|---|
Polygon |
GMLUnmarshaller.unmarshalPolygon(PolygonType src)
|
Uses of PolygonType in org.citygml4j.jaxb.gml._3_1_1 |
---|
Methods in org.citygml4j.jaxb.gml._3_1_1 that return PolygonType | |
---|---|
PolygonType |
ObjectFactory.createPolygonType()
Create an instance of PolygonType |
PolygonType |
PolygonPropertyType.getPolygon()
Gets the value of the polygon property. |
Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type PolygonType | |
---|---|
javax.xml.bind.JAXBElement<PolygonType> |
ObjectFactory.createBoundingPolygon(PolygonType value)
Create an instance of JAXBElement < PolygonType > } |
javax.xml.bind.JAXBElement<PolygonType> |
ObjectFactory.createPolygon(PolygonType value)
Create an instance of JAXBElement < PolygonType > } |
java.util.List<PolygonType> |
ExtentType.getBoundingPolygon()
Unordered list of bounding polygons whose union describes the spatial domain of this object.Gets the value of the boundingPolygon property. |
Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type PolygonType | |
---|---|
javax.xml.bind.JAXBElement<PolygonType> |
ObjectFactory.createBoundingPolygon(PolygonType value)
Create an instance of JAXBElement < PolygonType > } |
javax.xml.bind.JAXBElement<PolygonType> |
ObjectFactory.createPolygon(PolygonType value)
Create an instance of JAXBElement < PolygonType > } |
void |
PolygonPropertyType.setPolygon(PolygonType value)
Sets the value of the polygon property. |
Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type PolygonType | |
---|---|
void |
ExtentType.setBoundingPolygon(java.util.List<PolygonType> boundingPolygon)
Unordered list of bounding polygons whose union describes the spatial domain of this object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |