Inheritance diagram for Geo::OGC::MultiPoint:

Public Member Functions | |
Public Class Methods | |
| retval | new (hash params) |
| Create a new and initialized object. | |
Public Object Methods | |
| retval | init (hash params) |
| Override in new classes but call $self->SUPER::init(params);. | |
| retval | as_text (scalar force_parens, scalar include_tag) |
| A helper method used by AsText. | |
| retval | Boundary () |
| Returns the closure of the combinatorial boundary of this geometric object. | |
Public Functions | |
| retval | GeometryType () |
| Returns the name of the class of this geometric object. | |
| retval | ElementType () |
| retval Geo::OGC::MultiPoint::as_text | ( | scalar | force_parens, | |
| scalar | include_tag | |||
| ) |
| retval Geo::OGC::MultiPoint::Boundary | ( | ) |
Returns the closure of the combinatorial boundary of this geometric object.
Reimplemented from Geo::OGC::Geometry.
| retval Geo::OGC::MultiPoint::ElementType | ( | ) |
Reimplemented from Geo::OGC::GeometryCollection.
| retval Geo::OGC::MultiPoint::GeometryType | ( | ) |
Returns the name of the class of this geometric object.
Reimplemented from Geo::OGC::GeometryCollection.
| retval Geo::OGC::MultiPoint::init | ( | hash | params | ) |
Override in new classes but call $self->SUPER::init(params);.
Reimplemented from Geo::OGC::GeometryCollection.
| retval Geo::OGC::MultiPoint::new | ( | hash | params | ) |
Create a new and initialized object.
| params | A set of named parameters (the subclasses may add new known parameters):
|
Reimplemented from Geo::OGC::GeometryCollection.
1.4.7