|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractSurfaceType | |
|---|---|
| net.opengis.gml | |
| Uses of AbstractSurfaceType in net.opengis.gml |
|---|
| Subclasses of AbstractSurfaceType in net.opengis.gml | |
|---|---|
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. |
| Fields in net.opengis.gml with type parameters of type AbstractSurfaceType | |
|---|---|
protected JAXBElement<? extends AbstractSurfaceType> |
SurfacePropertyType.surface
|
protected List<JAXBElement<? extends AbstractSurfaceType>> |
SurfaceArrayPropertyType.surface
|
| Methods in net.opengis.gml that return AbstractSurfaceType | |
|---|---|
AbstractSurfaceType |
ObjectFactory.createAbstractSurfaceType()
Create an instance of AbstractSurfaceType |
| Methods in net.opengis.gml that return types with arguments of type AbstractSurfaceType | |
|---|---|
JAXBElement<? extends AbstractSurfaceType> |
SurfacePropertyType.getSurface()
Obtient la valeur de la propriété surface. |
List<JAXBElement<? extends AbstractSurfaceType>> |
SurfaceArrayPropertyType.getSurface()
Gets the value of the surface property. |
| Methods in net.opengis.gml with parameters of type AbstractSurfaceType | |
|---|---|
ASurfaceElement |
ObjectFactory.createASurfaceElement(AbstractSurfaceType value)
Create an instance of ASurfaceElement} |
| Method parameters in net.opengis.gml with type arguments of type AbstractSurfaceType | |
|---|---|
void |
SurfacePropertyType.setSurface(JAXBElement<? extends AbstractSurfaceType> value)
Définit la valeur de la propriété surface. |
| Constructors in net.opengis.gml with parameters of type AbstractSurfaceType | |
|---|---|
ASurfaceElement(AbstractSurfaceType value)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||