|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractSurfaceType | |
---|---|
org.citygml4j.builder.jaxb.marshal.gml | |
org.citygml4j.builder.jaxb.unmarshal.gml | |
org.citygml4j.jaxb.citygml.tex._1 | |
org.citygml4j.jaxb.gml._3_1_1 |
Uses of AbstractSurfaceType in org.citygml4j.builder.jaxb.marshal.gml |
---|
Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type AbstractSurfaceType | |
---|---|
void |
GMLMarshaller.marshalAbstractSurface(AbstractSurface src,
AbstractSurfaceType dest)
|
Uses of AbstractSurfaceType in org.citygml4j.builder.jaxb.unmarshal.gml |
---|
Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type AbstractSurfaceType | |
---|---|
void |
GMLUnmarshaller.unmarshalAbstractSurface(AbstractSurfaceType src,
AbstractSurface dest)
|
Uses of AbstractSurfaceType in org.citygml4j.jaxb.citygml.tex._1 |
---|
Subclasses of AbstractSurfaceType in org.citygml4j.jaxb.citygml.tex._1 | |
---|---|
class |
TexturedSurfaceType
Deprecated since CityGML version 0.4.0. |
Uses of AbstractSurfaceType in org.citygml4j.jaxb.gml._3_1_1 |
---|
Subclasses of AbstractSurfaceType in org.citygml4j.jaxb.gml._3_1_1 | |
---|---|
class |
CompositeSurfaceType
A CompositeSurface is defined by a set of orientable surfaces. |
class |
OrientableSurfaceType
OrientableSurface consists of a surface and an orientation. |
class |
PolygonType
A Polygon is a special surface that is defined by a single surface patch. |
class |
PolyhedralSurfaceType
A polyhedral surface is a surface composed of polygon surfaces connected along their common boundary curves. |
class |
SurfaceType
A Surface is a 2-dimensional primitive and is composed of one or more surface patches. |
class |
TinType
A tin is a triangulated surface that uses the Delauny algorithm or a similar algorithm complemented with consideration of breaklines, stoplines, and maximum length of triangle sides. |
class |
TriangulatedSurfaceType
A triangulated surface is a polyhedral surface that is composed only of triangles. |
Methods in org.citygml4j.jaxb.gml._3_1_1 that return AbstractSurfaceType | |
---|---|
AbstractSurfaceType |
ObjectFactory.createAbstractSurfaceType()
Create an instance of AbstractSurfaceType |
Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type AbstractSurfaceType | |
---|---|
javax.xml.bind.JAXBElement<AbstractSurfaceType> |
ObjectFactory.create_Surface(AbstractSurfaceType value)
Create an instance of JAXBElement < AbstractSurfaceType > } |
javax.xml.bind.JAXBElement<? extends AbstractSurfaceType> |
SurfacePropertyType.get_Surface()
Ruft den Wert der _Surface-Eigenschaft ab. |
java.util.List<javax.xml.bind.JAXBElement<? extends AbstractSurfaceType>> |
SurfaceArrayPropertyType.get_Surface()
Gets the value of the surface property. |
Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type AbstractSurfaceType | |
---|---|
javax.xml.bind.JAXBElement<AbstractSurfaceType> |
ObjectFactory.create_Surface(AbstractSurfaceType value)
Create an instance of JAXBElement < AbstractSurfaceType > } |
Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type AbstractSurfaceType | |
---|---|
void |
SurfacePropertyType.set_Surface(javax.xml.bind.JAXBElement<? extends AbstractSurfaceType> value)
Legt den Wert der _Surface-Eigenschaft fest. |
void |
SurfaceArrayPropertyType.set_Surface(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractSurfaceType>> surface)
Sets the value of the _Surface property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |