public class LinearRing extends AbstractRing
isSetMetaDataProperty
Constructor and Description |
---|
LinearRing() |
addAxisLabel, addUomLabel, getAxisLabels, getGid, getInheritedSrsName, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetGid, isSetSrsDimension, isSetSrsName, isSetUomLabels, setAxisLabels, setGid, setSrsDimension, setSrsName, setUomLabels, unsetAxisLabels, unsetAxisLabels, unsetGid, unsetSrsDimension, unsetSrsName, unsetUomLabels, unsetUomLabels
addMetaDataProperty, addName, getDescription, getId, getLocalProperty, getMetaDataProperty, getName, getParent, hasLocalProperty, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, isSetParent, setDescription, setId, setLocalProperty, setMetaDataProperty, setName, setParent, unsetDescription, unsetId, unsetLocalProperty, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName, unsetParent
public GMLClass getGMLClass()
getGMLClass
in interface GML
getGMLClass
in class AbstractGML
public BoundingBox calcBoundingBox()
calcBoundingBox
in class AbstractGeometry
public void addCoord(Coord coord)
public void addPointProperty(PointProperty pointProperty)
public void addPointRep(PointRep pointRep)
public void addPos(DirectPosition pos)
public void addControlPoint(PosOrPointPropertyOrPointRep controlPoint)
public java.util.List<Coord> getCoord()
public Coordinates getCoordinates()
public DirectPositionList getPosList()
public java.util.List<PosOrPointPropertyOrPointRep> getPosOrPointPropertyOrPointRep()
public boolean isSetCoord()
public boolean isSetCoordinates()
public boolean isSetPosList()
public boolean isSetPosOrPointPropertyOrPointRep()
public void setCoordinates(Coordinates coordinates)
public void setPosList(DirectPositionList posList)
public void setCoord(java.util.List<Coord> coord)
public void setPosOrPointPropertyOrPointRep(java.util.List<PosOrPointPropertyOrPointRep> controlPoints)
public java.util.List<java.lang.Double> toList3d()
public java.util.List<java.lang.Double> toList3d(boolean reverseOrder)
public void unsetCoord()
public void unsetCoordinates()
public boolean unsetPosOrPointPropertyOrPointRep(PosOrPointPropertyOrPointRep controlPoint)
public boolean unsetPointProperty(PointProperty pointProperty)
public boolean unsetPointRep(PointRep pointRep)
public boolean unsetPos(DirectPosition pos)
public void unsetPosList()
public void unsetPosOrPointPropertyOrPointRep()
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class AbstractGeometry
public java.lang.Object copy(CopyBuilder copyBuilder)
public void accept(GeometryVisitor visitor)
accept
in class AbstractGeometry
public <T> T accept(GeometryFunctor<T> visitor)
accept
in class AbstractGeometry
public void accept(GMLVisitor visitor)
accept
in class AbstractGML
public <T> T accept(GMLFunctor<T> visitor)
accept
in class AbstractGML