This is the complete list of members for te::gm::LinearRing, including all inherited members.
AbstractData() | te::dt::AbstractData | inline |
accept(VisitorType &guest) const =0 | te::common::BaseVisitable< Visitor > | pure virtual |
asBinary(std::size_t &size) const | te::gm::Geometry | |
asText() const | te::gm::Geometry | |
buffer(const double &distance) const | te::gm::Geometry | virtual |
buffer(const double &distance, int quadrantSegments) const | te::gm::Geometry | virtual |
buffer(const double &distance, int quadrantSegments, BufferCapStyle endCapStyle) const | te::gm::Geometry | virtual |
clone() const | te::gm::LinearRing | virtual |
computeMBR(bool cascade) const | te::gm::LineString | virtual |
contains(const Geometry *const rhs) const | te::gm::Geometry | virtual |
convexHull() const | te::gm::Geometry | virtual |
coveredBy(const Geometry *const rhs) const | te::gm::Geometry | virtual |
covers(const Geometry *const rhs) const | te::gm::Geometry | virtual |
crosses(const Geometry *const rhs) const | te::gm::Geometry | virtual |
Curve(GeomType t, int srid=0, Envelope *mbr=0) | te::gm::Curve | |
Curve(const Curve &rhs) | te::gm::Curve | |
difference(const Geometry *const rhs) const | te::gm::Geometry | virtual |
disjoint(const Geometry *const rhs) const | te::gm::Geometry | virtual |
distance(const Geometry *const rhs) const | te::gm::Geometry | virtual |
dWithin(const Geometry *const rhs, const double &distance) const | te::gm::Geometry | virtual |
equals(const Geometry *const rhs, const bool exact=false) const | te::gm::Geometry | virtual |
Geometry(GeomType t, int srid=-1, Envelope *mbr=0) | te::gm::Geometry | |
Geometry(const Geometry &rhs) | te::gm::Geometry | |
getBoundary() const | te::gm::Geometry | virtual |
getCoordinateDimension() const | te::gm::Geometry | |
getCoordinates() const | te::gm::LineString | inline |
getDimension() const | te::gm::Curve | virtual |
getEndPoint() const | te::gm::LineString | virtual |
getEnvelope() const | te::gm::Geometry | |
getGeometryType() const | te::gm::LineString | virtual |
getGeomTypeId() const | te::gm::Geometry | inline |
getGeomTypeId(const std::string >ype) | te::gm::Geometry | static |
getLength() const | te::gm::Curve | virtual |
getM(std::size_t i) const | te::gm::LineString | |
getM() const | te::gm::LineString | inline |
getMBR() const | te::gm::Geometry | |
getNPoints() const | te::gm::LineString | inlinevirtual |
getPointN(std::size_t i) const | te::gm::LineString | |
getSRID() const | te::gm::Geometry | inline |
getStartPoint() const | te::gm::LineString | virtual |
getTypeCode() const | te::gm::Geometry | virtual |
getWkb(char *wkb, te::common::MachineByteOrder byteOrder) const | te::gm::Geometry | |
getWkbSize() const | te::gm::Geometry | |
getX(std::size_t i) const | te::gm::LineString | |
getY(std::size_t i) const | te::gm::LineString | |
getZ(std::size_t i) const | te::gm::LineString | |
getZ() const | te::gm::LineString | inline |
intersection(const Geometry *const rhs) const | te::gm::Geometry | virtual |
intersects(const Geometry *const rhs) const | te::gm::Geometry | virtual |
is3D() const | te::gm::Geometry | |
isClosed() const | te::gm::LineString | virtual |
isEmpty() const | te::gm::Geometry | virtual |
isGeomType(const std::string &stype) | te::gm::Geometry | static |
isMeasured() const | te::gm::Geometry | |
isRing() const | te::gm::Curve | |
isSimple() const | te::gm::Geometry | virtual |
isValid() const | te::gm::Geometry | virtual |
LinearRing(GeomType t, int srid=0, Envelope *mbr=0) | te::gm::LinearRing | |
LinearRing(std::size_t size, GeomType t, int srid=0, Envelope *mbr=0) | te::gm::LinearRing | |
LinearRing(const LinearRing &rhs) | te::gm::LinearRing | |
LineString(GeomType t, int srid=0, Envelope *mbr=0) | te::gm::LineString | |
LineString(std::size_t size, GeomType t, int srid=0, Envelope *mbr=0) | te::gm::LineString | |
LineString(const LineString &rhs) | te::gm::LineString | |
loadGeomTypeId() | te::gm::Geometry | static |
locateAlong(const double &mValue) const | te::gm::Geometry | inlinevirtual |
locateBetween(const double &mStart, const double &mEnd) const | te::gm::LineString | virtual |
m_coords | te::gm::LineString | protected |
m_gType | te::gm::Geometry | protected |
m_mA | te::gm::LineString | protected |
m_mbr | te::gm::Geometry | mutableprotected |
m_nPts | te::gm::LineString | protected |
m_srid | te::gm::Geometry | protected |
m_zA | te::gm::LineString | protected |
makeEmpty() | te::gm::LineString | |
operator=(const LinearRing &rhs) | te::gm::LinearRing | |
te::gm::LineString::operator=(const LineString &rhs) | te::gm::LineString | virtual |
te::gm::Curve::operator=(const Curve &rhs) | te::gm::Curve | virtual |
te::gm::Geometry::operator=(const Geometry &rhs) | te::gm::Geometry | virtual |
overlaps(const Geometry *const rhs) const | te::gm::Geometry | virtual |
relate(const Geometry *const rhs, const std::string &matrix) const | te::gm::Geometry | virtual |
relate(const Geometry *const rhs) const | te::gm::Geometry | virtual |
ReturnType typedef | te::common::BaseVisitable< Visitor > | |
setM(std::size_t i, const double &m) | te::gm::LineString | |
setNumCoordinates(std::size_t size) | te::gm::LineString | |
setPoint(std::size_t i, const double &x, const double &y) | te::gm::LineString | |
setPointM(std::size_t i, const double &x, const double &y, const double &m) | te::gm::LineString | |
setPointN(std::size_t i, const Point &p) | te::gm::LineString | |
setPointZ(std::size_t i, const double &x, const double &y, const double &z) | te::gm::LineString | |
setPointZM(std::size_t i, const double &x, const double &y, const double &z, const double &m) | te::gm::LineString | |
setSRID(int srid) | te::gm::LineString | virtual |
setX(std::size_t i, const double &x) | te::gm::LineString | |
setY(std::size_t i, const double &y) | te::gm::LineString | |
setZ(std::size_t i, const double &z) | te::gm::LineString | |
size() const | te::gm::LineString | inline |
sm_geomTypeMap | te::gm::Geometry | protectedstatic |
symDifference(const Geometry *const rhs) const | te::gm::Geometry | virtual |
toString() const | te::gm::Geometry | inlinevirtual |
touches(const Geometry *const rhs) const | te::gm::Geometry | virtual |
transform(int srid) | te::gm::LineString | virtual |
Union(const Geometry *const rhs) const | te::gm::Geometry | virtual |
VisitorType typedef | te::common::BaseVisitable< Visitor > | |
within(const Geometry *const rhs) const | te::gm::Geometry | virtual |
~AbstractData() | te::dt::AbstractData | inlinevirtual |
~BaseVisitable() | te::common::BaseVisitable< Visitor > | inlineprotectedvirtual |
~Curve() | te::gm::Curve | inlinevirtual |
~Geometry() | te::gm::Geometry | virtual |
~LinearRing() | te::gm::LinearRing | inline |
~LineString() | te::gm::LineString | virtual |