Base class of all geometry objects. More...
Inheritance diagram for SamplingStrategy:Classes | |
| class | FeatureReference |
Public Member Functions | |
| def | __init__ (self, *args, **kwargs) |
| def | cellsize (self) |
| def | dimension (self) |
| def | feature (self) |
| def | featureReference (self) |
| def | hasCellsize (self) |
| def | hasFeature (self) |
| def | hasFeatureReference (self) |
| def | hasLayout (self) |
| def | hasRefPt (self) |
| def | hasSubdivision (self) |
| def | isPointBased (self) |
| def | isRasterBased (self) |
| def | layout (self) |
| def | refPt (self) |
| def | sampleAll (self) |
| def | subdivsion (self) |
Base class of all geometry objects.
| def __init__ | ( | self, | |
| * | args, | ||
| ** | kwargs | ||
| ) |
possible calls: __init__(self, cellsize: float, refPt: Point, statsFeature: StatFeature, type: FeatureReference, layout: AddInfoLayout, dim: int) __init__(self, subdivsion: int, statsFeature: StatFeature, type: FeatureReference, layout: AddInfoLayout, dim: int) @param self (type: object) self pointer @param *args (type: list) mandatory parameter @param ** kwargs (type: dict) mandatory parameter @return (type: object)
| def cellsize | ( | self | ) |
@param self (type: SamplingStrategy) self pointer @return (type: float)
| def dimension | ( | self | ) |
@param self (type: SamplingStrategy) self pointer @return (type: int)
| def feature | ( | self | ) |
@param self (type: SamplingStrategy) self pointer @return (type: StatFeature)
| def featureReference | ( | self | ) |
@param self (type: SamplingStrategy) self pointer @return (type: FeatureReference)
| def hasCellsize | ( | self | ) |
@param self (type: SamplingStrategy) self pointer @return (type: bool)
| def hasFeature | ( | self | ) |
@param self (type: SamplingStrategy) self pointer @return (type: bool)
| def hasFeatureReference | ( | self | ) |
@param self (type: SamplingStrategy) self pointer @return (type: bool)
| def hasLayout | ( | self | ) |
@param self (type: SamplingStrategy) self pointer @return (type: bool)
| def hasRefPt | ( | self | ) |
@param self (type: SamplingStrategy) self pointer @return (type: bool)
| def hasSubdivision | ( | self | ) |
@param self (type: SamplingStrategy) self pointer @return (type: bool)
| def isPointBased | ( | self | ) |
@param self (type: SamplingStrategy) self pointer @return (type: bool)
| def isRasterBased | ( | self | ) |
@param self (type: SamplingStrategy) self pointer @return (type: bool)
| def layout | ( | self | ) |
@param self (type: SamplingStrategy) self pointer @return (type: AddInfoLayout)
| def refPt | ( | self | ) |
@param self (type: SamplingStrategy) self pointer @return (type: Point)
| def sampleAll | ( | self | ) |
@param self (type: SamplingStrategy) self pointer @return (type: bool)
| def subdivsion | ( | self | ) |
@param self (type: SamplingStrategy) self pointer @return (type: int)