definesGeometryFor = $definesGeometryFor; } /** * @return GeostoreFeatureIdProto[] */ public function getDefinesGeometryFor() { return $this->definesGeometryFor; } /** * @param GeostoreGeometryComposition */ public function setGeometryComposition(GeostoreGeometryComposition $geometryComposition) { $this->geometryComposition = $geometryComposition; } /** * @return GeostoreGeometryComposition */ public function getGeometryComposition() { return $this->geometryComposition; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreInferredGeometryProto::class, 'Google_Service_Contentwarehouse_GeostoreInferredGeometryProto');