|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.AbstractGMLType
net.opengis.gml.AbstractGeometryType
net.opengis.gml.AbstractGeometricPrimitiveType
net.opengis.gml.AbstractSurfaceType
net.opengis.gml.SurfaceType
net.opengis.gml.TriangulatedSurfaceType
net.opengis.gml.TinType
public 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. These networks satisfy the Delauny's criterion away from the modifications: Fore each triangle in the network, the circle passing through its vertices does not contain, in its interior, the vertex of any other triangle.
Classe Java pour TinType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="TinType">
<complexContent>
<extension base="{http://www.opengis.net/gml}TriangulatedSurfaceType">
<sequence>
<element name="stopLines" type="{http://www.opengis.net/gml}LineStringSegmentArrayPropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="breakLines" type="{http://www.opengis.net/gml}LineStringSegmentArrayPropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="maxLength" type="{http://www.opengis.net/gml}LengthType"/>
<element name="controlPoint">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element ref="{http://www.opengis.net/gml}posList"/>
<group ref="{http://www.opengis.net/gml}geometricPositionGroup" maxOccurs="unbounded" minOccurs="3"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
TinType.ControlPoint
Classe Java pour anonymous complex type. |
| Field Summary | |
|---|---|
protected List<LineStringSegmentArrayPropertyType> |
breakLines
|
protected TinType.ControlPoint |
controlPoint
|
protected LengthType |
maxLength
|
protected List<LineStringSegmentArrayPropertyType> |
stopLines
|
| Fields inherited from class net.opengis.gml.SurfaceType |
|---|
patches |
| Fields inherited from class net.opengis.gml.AbstractGeometryType |
|---|
axisLabels, gid, srsDimension, srsName, uomLabels |
| Fields inherited from class net.opengis.gml.AbstractGMLType |
|---|
description, id, metaDataProperty, name |
| Constructor Summary | |
|---|---|
TinType()
|
|
| Method Summary | |
|---|---|
List<LineStringSegmentArrayPropertyType> |
getBreakLines()
Gets the value of the breakLines property. |
TinType.ControlPoint |
getControlPoint()
Obtient la valeur de la propriété controlPoint. |
LengthType |
getMaxLength()
Obtient la valeur de la propriété maxLength. |
List<LineStringSegmentArrayPropertyType> |
getStopLines()
Gets the value of the stopLines property. |
boolean |
isSetBreakLines()
|
boolean |
isSetControlPoint()
|
boolean |
isSetMaxLength()
|
boolean |
isSetStopLines()
|
void |
setControlPoint(TinType.ControlPoint value)
Définit la valeur de la propriété controlPoint. |
void |
setMaxLength(LengthType value)
Définit la valeur de la propriété maxLength. |
void |
unsetBreakLines()
|
void |
unsetStopLines()
|
| Methods inherited from class net.opengis.gml.SurfaceType |
|---|
getPatches, isSetPatches, setPatches |
| Methods inherited from class net.opengis.gml.AbstractGeometryType |
|---|
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetGid, isSetSrsDimension, isSetSrsName, isSetUomLabels, setGid, setSrsDimension, setSrsName, unsetAxisLabels, unsetUomLabels |
| Methods inherited from class net.opengis.gml.AbstractGMLType |
|---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<LineStringSegmentArrayPropertyType> stopLines
protected List<LineStringSegmentArrayPropertyType> breakLines
protected LengthType maxLength
protected TinType.ControlPoint controlPoint
| Constructor Detail |
|---|
public TinType()
| Method Detail |
|---|
public List<LineStringSegmentArrayPropertyType> getStopLines()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the stopLines property.
For example, to add a new item, do as follows:
getStopLines().add(newItem);
Objects of the following type(s) are allowed in the list
LineStringSegmentArrayPropertyType
public boolean isSetStopLines()
public void unsetStopLines()
public List<LineStringSegmentArrayPropertyType> getBreakLines()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the breakLines property.
For example, to add a new item, do as follows:
getBreakLines().add(newItem);
Objects of the following type(s) are allowed in the list
LineStringSegmentArrayPropertyType
public boolean isSetBreakLines()
public void unsetBreakLines()
public LengthType getMaxLength()
LengthTypepublic void setMaxLength(LengthType value)
value - allowed object is
LengthTypepublic boolean isSetMaxLength()
public TinType.ControlPoint getControlPoint()
TinType.ControlPointpublic void setControlPoint(TinType.ControlPoint value)
value - allowed object is
TinType.ControlPointpublic boolean isSetControlPoint()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||