Hello All,
I apologize if I am not making much sense, as I am new to 3d modeling.
I am having trouble trying to think of solution. I want to take spatial-vector data and output to local coordinate system. The local coordinate system, ideally, would be constraint to min and max extents of: -1m, -1m, 0.5m & 1m, 1m, 0.5m.
Right now, I am getting values larger than min and max extent when using localcoordinatesystemsetter X CommonLocalReprojector. I am not sure what I can do to equalize each x-, y-values in order to scale appropriately. Nor find transformer that I can input area-extent as min/max extent constraint. I am sure there is a mathematical formula, but am lost.
For example,
point-1_Local = -7.5403653628193155, -5.638463266998554, 0.5
point-1_LocalConstraint ~= -0.4817, -0.504, 0.5
point-2_Local = 7.502099056082192, 5.551721092860062, 0.5
point-2_LocalConstraint ~= 0.8439, 0.828, 0.5