Class WarpingPanel

    • Field Detail

      • MODIFIED_OUTSIDE_WARP_KEY

        public static final String MODIFIED_OUTSIDE_WARP_KEY
      • RECONSTRUCTION_VECTORS_KEY

        public static final String RECONSTRUCTION_VECTORS_KEY
        Will be an empty Collection if MODIFIED_OUTSIDE_WARP_KEY returns true
      • transformations

        public static String[] transformations
      • transformationsTooltips

        public static String[] transformationsTooltips
      • transComboBox

        public static JComboBox transComboBox
    • Constructor Detail

    • Method Detail

      • generateWarpingVectorsCommand

        public UndoableCommand generateWarpingVectorsCommand()
      • isAutoHidingLayers

        public boolean isAutoHidingLayers()
      • triangleMap

        public Map triangleMap​(org.locationtech.jts.geom.Envelope sourceLayerEnvelope,
                               Collection vectorFeatures,
                               Collection sourceHints,
                               Collection destinationHints)
      • warpConditionsMet

        public boolean warpConditionsMet()
      • currentSourceLayer

        public Layer currentSourceLayer()
        Returns:
        null if the combo box is empty
      • isWarpingIncrementally

        public boolean isWarpingIncrementally()
      • updateComponents

        public void updateComponents()
      • updateTransformationComponents

        public void updateTransformationComponents()
      • executeAffineProjectiveCommand

        public UndoableCommand executeAffineProjectiveCommand()
      • checkValid

        public static void checkValid​(FeatureCollection featureCollection)